Ejemplo n.º 1
0
 public bool ExistRightPassword(int userId, string password)
 {
     return(manager.ExistRightPassword(userId, password));
 }