Ejemplo n.º 1
0
 public ApplicationUser UpdateUser(ApplicationUser user)
 {
     return(repository.UpdateApplicationUser(user).Result);
 }