Ejemplo n.º 1
0
 public bool TryArilineLogin(string userName, string password, out LoginToken <AirlineCompany> token)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public bool TryCustomerLogin(string userName, string password, out LoginToken <Customer> token)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public bool TryAdminLogin(string userName, string password, out LoginToken <Administrator> token)
 {
     throw new NotImplementedException();
 }