예제 #1
0
 public RestaurantsController(I1Delivery_KursovaContext context)
 {
     _context = context;
 }
예제 #2
0
 public OrderLinesController(I1Delivery_KursovaContext context)
 {
     _context = context;
 }
예제 #3
0
 public RestaurantDishRelationsController(I1Delivery_KursovaContext context)
 {
     _context = context;
 }
예제 #4
0
 public InvoicesController(I1Delivery_KursovaContext context)
 {
     _context = context;
 }
예제 #5
0
 public CustomersController(I1Delivery_KursovaContext context)
 {
     _context = context;
 }
예제 #6
0
 public LoginController(I1Delivery_KursovaContext context)
 {
     _context = context;
 }
예제 #7
0
 public DeliveriesController(I1Delivery_KursovaContext context)
 {
     _context = context;
 }
예제 #8
0
 public SalaryPaymentsController(I1Delivery_KursovaContext context)
 {
     _context = context;
 }