Beispiel #1
0
 public EmployeeController(DBFoodContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public InvoicesController(DBFoodContext context)
 {
     _context = context;
 }
 public ProductsController(DBFoodContext context)
 {
     _context = context;
 }
 public StoreUsersController(DBFoodContext context)
 {
     _context = context;
 }
 public ProductCategoriesController(DBFoodContext context)
 {
     _context = context;
 }