public ProductsController(ReitanDbContext context)
 {
     _context = context;
 }
 public SuppliersController(ReitanDbContext context)
 {
     _context = context;
 }
Exemple #3
0
 public CategoriesController(ReitanDbContext context)
 {
     _context = context;
 }