コード例 #1
0
 public IList <Flight> DepartureForNext12H()
 {
     return(_flightDAO.GetDepartureFlightsNext12H());
 }