Ejemplo n.º 1
0
 public bool Authenticate(int user, string password)
 {
     return(loginCtrl.Authenticate(user, password));
 }