public AirlineCompanyFacadeController()
        {
            authentication = new Authentications();

            /* airlineCompanies.Add(new AirlineCompany { AIRLINE_ID = 6, AIRLINE_NAME = "Arkia", COUNTRY_CODE = 2, USERNAME = "******", PASSWORD = "******" });
             * airlineCompanies.Add(new AirlineCompany { AIRLINE_ID = 7, AIRLINE_NAME = "El Al", COUNTRY_CODE = 2, USERNAME = "******", PASSWORD = "******" });
             * airlineCompanies.Add(new AirlineCompany { AIRLINE_ID = 8, AIRLINE_NAME = "Turkish", COUNTRY_CODE = 5, USERNAME = "******", PASSWORD = "******" });
             */
        }
Ejemplo n.º 2
0
 public AdministratorFacadeController()
 {
     authentication = new Authentications();
 }
 public CustomerFacadeController()
 {
     authentication = new Authentications();
 }
 public AirlineCompanyFacadeController()
 {
     authentication = new Authentications();
 }