Exemple #1
0
 public async Task <StatusResult> DisableAsync(CommonIdInputDto dto)
 {
     return(await _userService.DisableAsync(dto.Id));
 }