Example #1
0
 public OrderService(PizzaDeliveryDBContext context)
 {
     _context = context;
 }
Example #2
0
 public ClientService(PizzaDeliveryDBContext context)
 {
     _context = context;
 }
Example #3
0
 public RegistrationService(PizzaDeliveryDBContext context)
 {
     _context = context;
 }
Example #4
0
 public EmploeeService(PizzaDeliveryDBContext context)
 {
     _context = context;
 }