@@ -16,7 +16,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
Task<IResponseOutput> SendMFAEmail(SendMfaCommand sendMfa);
|
||||
Task<UserBasicInfo> GetUserBasicInfo(Guid userId, string pwd);
|
||||
Task<IResponseOutput> ModifyPassword(EditPasswordCommand editPwModel);
|
||||
Task<IResponseOutput> ResetPassword(Guid userId);
|
||||
Task<IResponseOutput> ResetPassword(AdminResetUserPwdCommand inCommand);
|
||||
|
||||
Task<IResponseOutput> UpdateUser(UserCommand model);
|
||||
//Task<IResponseOutput> UpdateUserState(Guid userId, UserStateEnum state);
|
||||
|
||||
Reference in New Issue
Block a user