Little update around the controllers
This commit is contained in:
@@ -6,6 +6,8 @@ namespace skydiveLogs_api.Business.Interface
|
||||
{
|
||||
User GetByLogin(string login, string password);
|
||||
|
||||
User GetById(int userId);
|
||||
|
||||
void AddNewUser(User user);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user