Exemplo n.º 1
0
 public async Task <JsonResponse> DelUser(List <string> Ids)
 {
     return(await _userDomain.DelUser(Ids));
 }