Ejemplo n.º 1
0
 public APP_USER UpdateUser(APP_USER userToUpdate)
 {
     return(_repository.UpdateUser(userToUpdate));
 }