public AttractionsController(New_Zealand_MVCDatabase context)
 {
     _context = context;
 }
Beispiel #2
0
 public BookingsController(New_Zealand_MVCDatabase context)
 {
     _context = context;
 }
Beispiel #3
0
 public CustomersController(New_Zealand_MVCDatabase context)
 {
     _context = context;
 }
 public HotelsController(New_Zealand_MVCDatabase context)
 {
     _context = context;
 }