diff --git a/Controllers/UserController.cs b/Controllers/UserController.cs new file mode 100644 index 0000000..99db3ae --- /dev/null +++ b/Controllers/UserController.cs @@ -0,0 +1,6 @@ +namespace backend.Controllers; + +public class UserController +{ + +} \ No newline at end of file diff --git a/Services/UserService.cs b/Services/UserService.cs new file mode 100644 index 0000000..b097f4e --- /dev/null +++ b/Services/UserService.cs @@ -0,0 +1,6 @@ +namespace backend.Services; + +public class UserService +{ + +} \ No newline at end of file