NFC azonosítás is kész
This commit is contained in:
@@ -13,6 +13,7 @@ namespace WorkFlowCheck.BL.Services.Interfaces
|
||||
Task<List<UserDTO>> GetAllUserAsync();
|
||||
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();
|
||||
|
||||
Reference in New Issue
Block a user