public CategoriesController(IdealeWareContext context) { _context = context; }
public ProductService(IdealeWareContext context) { _context = context; }
public CategoryService(IdealeWareContext context) { _context = context; }