public CategoriesController(IdealeWareContext context)
 {
     _context = context;
 }
 public ProductService(IdealeWareContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public CategoryService(IdealeWareContext context)
 {
     _context = context;
 }