Exemplo n.º 1
0
 public bool ChangePassword(User user)
 {
     return(_studentGetway.ChangePassword(user));
 }