Beispiel #1
0
 public ICollection <Flight> fetchAllFlights()
 {
     return(flightsRepository.fetchAll());
 }