Beispiel #1
0
 public OrderDetailsController(ComputerShopAPIContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public MyOrdersController(ComputerShopAPIContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ProductsController(ComputerShopAPIContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public CustomersController(ComputerShopAPIContext context)
 {
     _context = context;
 }
 public TimeBaseDisplaysController(ComputerShopAPIContext context)
 {
     _context = context;
 }
 public SubCategoriesController(ComputerShopAPIContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public TimeRulesController(ComputerShopAPIContext context)
 {
     _context = context;
 }
Beispiel #8
0
 public AdminsController(ComputerShopAPIContext context)
 {
     _context = context;
 }
Beispiel #9
0
 public RecommendationsController(ComputerShopAPIContext context)
 {
     _context = context;
 }