Browse Source

add: UserController and UserService classes

Users
KerelOlivier 2 years ago
parent
commit
1559801855
  1. 6
      Controllers/UserController.cs
  2. 6
      Services/UserService.cs

6
Controllers/UserController.cs

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
namespace backend.Controllers;
public class UserController
{
}

6
Services/UserService.cs

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
namespace backend.Services;
public class UserService
{
}
Loading…
Cancel
Save