First commit
This commit is contained in:
9
Logic/IUserService.cs
Normal file
9
Logic/IUserService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Models;
|
||||
|
||||
namespace Logic;
|
||||
|
||||
public interface IUserService
|
||||
{
|
||||
public void Create(string username, string email, string password);
|
||||
public User? Read();
|
||||
}
|
||||
Reference in New Issue
Block a user