Task done
This commit is contained in:
@@ -4,6 +4,6 @@ namespace Logic;
|
||||
|
||||
public interface IUserService
|
||||
{
|
||||
public void Create(string username, string email, string password);
|
||||
public int Create(string username, string email, string password);
|
||||
public User? Read();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user