public ProductsController(IHostingEnvironment env, DeerflyPatchesContext context)
 {
     _context = context;
     _env     = env;
 }
Пример #2
0
 public OrderDetailsController(DeerflyPatchesContext context)
 {
     _context = context;
 }
Пример #3
0
 public AddressesController(DeerflyPatchesContext context)
 {
     _context = context;
 }
Пример #4
0
 public CustomersController(DeerflyPatchesContext context)
 {
     _context = context;
 }
 public HomeController(DeerflyPatchesContext context)
 {
     _context = context;
 }