diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-13 16:01:02 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-09-13 16:01:02 +1000 |
| commit | e6e43b943143d55581ef442b61ed6cbdbb40c642 (patch) | |
| tree | 82dc5ba12d2761baf8b9290804d3481cdf4eb4cb /Services/GlobalUserService.cs | |
| parent | bd46d1ff8f2bbe43a92e935aafadc1a63b3a1a5b (diff) | |
Added logon page
Diffstat (limited to 'Services/GlobalUserService.cs')
| -rw-r--r-- | Services/GlobalUserService.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Services/GlobalUserService.cs b/Services/GlobalUserService.cs new file mode 100644 index 0000000..adafce2 --- /dev/null +++ b/Services/GlobalUserService.cs @@ -0,0 +1,7 @@ +namespace HyperBooru.Services; + +public interface IGlobalUserService { +} + +public class GlobalUserService : IGlobalUserService { +} |
