Beispiel #1
0
 public ArrivalManager(AeroportContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public NotificationsController(AeroportContext context)
 {
     _context = context;
 }
 public DeparturesManager(AeroportContext context)
 {
     _context = context;
 }