Beispiel #1
0
 public IList <Flight> LandingNext12hAndLast4H()
 {
     return(_flightDAO.GetLandingFlightsNext12hAndLast4H());
 }