Ejemplo n.º 1
0
 public async Task ListCaseUsers([Summary("User to list cases")] IUser user)
 {
     await _modService.ListCases(Context, user);
 }