Exemplo n.º 1
0
 public async Task UpdateAsync(UsersEntity data)
 {
     await _userCommands.UpdateAsync(data);
 }