update
This commit is contained in:
@@ -24,7 +24,5 @@ public interface IUsersService {
|
||||
|
||||
User getByUsername(String username);
|
||||
|
||||
User checkByUsernameAndPassword(String username, String password);
|
||||
|
||||
User update(User user, Integer id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user