summaryrefslogtreecommitdiff
path: root/Services/GlobalUserService.cs
diff options
context:
space:
mode:
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 {
+}