Exemple #1
0
 public StaffsController(Restaurants_MVCContext context)
 {
     _context = context;
 }
Exemple #2
0
 public OrdersController(Restaurants_MVCContext context)
 {
     _context = context;
 }
Exemple #3
0
 public FoodsController(Restaurants_MVCContext context)
 {
     _context = context;
 }
Exemple #4
0
 public CustomersController(Restaurants_MVCContext context)
 {
     _context = context;
 }