Beispiel #1
0
 public MenuItemsController(FrancescosPizzeriaContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public OrdersController(FrancescosPizzeriaContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public InventoryController(FrancescosPizzeriaContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public LoginEmployeeController(FrancescosPizzeriaContext context, IConfiguration configuration)
 {
     _context      = context;
     Configuration = configuration;
 }
Beispiel #5
0
 public RegisterUserController(FrancescosPizzeriaContext context, IConfiguration configuration)
 {
     _context      = context;
     Configuration = configuration;
 }
Beispiel #6
0
 public TimesheetsController(FrancescosPizzeriaContext context)
 {
     _context = context;
 }