コード例 #1
0
 public Dictionary <Flight, int> GetAllFlightsVacancy()
 {
     _flightDAO = new FlightDAOMSSQL();
     return(_flightDAO.GetAllFlightsVacancy());
 }