summaryrefslogtreecommitdiff
path: root/Services/GlobalUserService.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-13 16:01:02 +1000
committerJake Mannens <jake@asger.xyz>2023-09-13 16:01:02 +1000
commite6e43b943143d55581ef442b61ed6cbdbb40c642 (patch)
tree82dc5ba12d2761baf8b9290804d3481cdf4eb4cb /Services/GlobalUserService.cs
parentbd46d1ff8f2bbe43a92e935aafadc1a63b3a1a5b (diff)
Added logon page
Diffstat (limited to 'Services/GlobalUserService.cs')
-rw-r--r--Services/GlobalUserService.cs7
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 {
+}