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