public ProductController(IProductCategoryService productCategoryService, IProductService productService, IProductSpecsService productSpecsService, IProductFeaturesService productFeaturesService, IBrochureService brochureService, IProductReviewService reviewService) { _productCategoryService = productCategoryService; _productService = productService; _productSpecsService = productSpecsService; _productFeaturesService = productFeaturesService; _brochureService = brochureService; _reviewService = reviewService; }