Ejemplo n.º 1
0
 private List<Database.Airport> executeOnCity()
 {
     Database.AirportRequest ar = new Database.AirportRequest();
     return ar.fetchAirportFromCityAndCountry(new Database.City(this.City.Name),new Database.Country(this.City.Country.Name));
 }