Пример #1
0
 public BookingsController(ExploreCaliforniaContext context) : base(context)
 {
     _context       = context;
     bookingGateway = new BookingGateway(context);
 }
Пример #2
0
 public BookingController()
 {
     dataGateway = new BookingGateway();
 }