Exemplo n.º 1
0
 public IActionResult UpdateUser(User user)
 {
     _userCommands.UpdateUserAsync(user);
     return(Ok());
 }