Felhasználó és szabály törlésének befejezése
This commit is contained in:
@@ -11,12 +11,15 @@ namespace WorkFlowCheck.BL.Services.Interfaces
|
||||
{
|
||||
Task<UserDTO> GetUserAsync(int Id);
|
||||
Task<List<UserDTO>> GetAllUserAsync();
|
||||
Task<bool> DeleteUserAsync(int Id);
|
||||
Task<UserDTO> UpdateUserAsync(UserDTO userDTO);
|
||||
Task<UserDTO> Authenticate(string UserName, string Password);
|
||||
Task<UserDTO> AuthenticateNFC(string NFCCode);
|
||||
|
||||
|
||||
Task<RoleDTO> GetRoleAsync(int Id);
|
||||
Task<List<RoleDTO>> GetAllRoleAsync();
|
||||
Task<bool> DeleteRoleAsync(int Id);
|
||||
Task<RoleDTO> UpdateRoleAsync(RoleDTO roleDTO);
|
||||
|
||||
Task<UserRoleDTO> GetUserRoleAsync(int Id);
|
||||
|
||||
Reference in New Issue
Block a user