Auto clean code
This commit is contained in:
@@ -4,10 +4,14 @@ namespace skydiveLogs_api.DomainBusiness.Interfaces
|
||||
{
|
||||
public interface IUserService
|
||||
{
|
||||
User GetByLogin(string login, string password);
|
||||
#region Public Methods
|
||||
|
||||
bool AddNewUser(User user, bool isAdmin = false);
|
||||
|
||||
User GetById(int userId);
|
||||
|
||||
bool AddNewUser(User user, bool isAdmin = false);
|
||||
User GetByLogin(string login, string password);
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user