Add checks on the login and creating of user
This commit is contained in:
@@ -8,6 +8,6 @@ namespace skydiveLogs_api.Business.Interface
|
||||
|
||||
User GetById(int userId);
|
||||
|
||||
void AddNewUser(User user);
|
||||
bool AddNewUser(User user);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user