Beispiel #1
0
 public BookingsController(RoomBookingMVCContext context)
 {
     _context = context;
 }
 public CustomersController(RoomBookingMVCContext context)
 {
     _context = context;
 }