Beispiel #1
0
 public UsersController(CBookingContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public LibrariansController(CBookingContext context)
 {
     _context = context;
 }
 public ManagesController(CBookingContext context)
 {
     _context = context;
 }