public OrderDetailsController(XSpy4CoreContext context)
 {
     _context = context;
 }
Example #2
0
 public CatalogController(XSpy4CoreContext context)
 {
     _context = context;
 }
Example #3
0
 public ProductsController(XSpy4CoreContext context)
 {
     _context = context;
 }