Beispiel #1
0
 public CustomersController(Car_MVC_ProjectContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public BuysController(Car_MVC_ProjectContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public StaffsController(Car_MVC_ProjectContext context)
 {
     _context = context;
 }