Пример #1
0
 public ArrivalManager(AeroportContext context)
 {
     _context = context;
 }
Пример #2
0
 public NotificationsController(AeroportContext context)
 {
     _context = context;
 }
Пример #3
0
 public DeparturesManager(AeroportContext context)
 {
     _context = context;
 }