public ProductsController(sampledbContext context)
 {
     _context = context;
 }
Example #2
0
 public CustomersController(sampledbContext context)
 {
     _context = context;
 }
Example #3
0
 public ProductCategoriesController(sampledbContext context)
 {
     _context = context;
 }