Esempio n. 1
0
 public IList <Flight> GetAllFlights()
 {
     return(flightDao.FindAll());
 }