Add checks on the login and creating of user

This commit is contained in:
Sébastien André
2020-03-26 10:16:41 +01:00
parent 829178cb8c
commit 777e5e47b2
3 changed files with 31 additions and 5 deletions

View File

@@ -8,6 +8,6 @@ namespace skydiveLogs_api.Business.Interface
User GetById(int userId);
void AddNewUser(User user);
bool AddNewUser(User user);
}
}