Beispiel #1
0
 public CustomersController(MEventsV2DbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public BookingsController(MEventsV2DbContext context)
 {
     _context = context;
 }
 public CInfoesController(MEventsV2DbContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public UsersController(MEventsV2DbContext context)
 {
     _context = context;
 }
 public SAddressesController(MEventsV2DbContext context)
 {
     _context = context;
 }
 public StaffsController(MEventsV2DbContext context)
 {
     _context = context;
 }