Пример #1
0
 public IList <Aircraft> GetAllAircrafts()
 {
     return(_aircrafts.GetValidEntries().ToList());
 }