Example #1
0
 public BrandsController(DbContextSystemBackend context)
 {
     _context = context;
 }
 public CategoriesController(DbContextSystemBackend context)
 {
     _context = context;
 }
 public ProductsController(DbContextSystemBackend context)
 {
     _context = context;
 }
Example #4
0
 public UnitsController(DbContextSystemBackend context)
 {
     _context = context;
 }