示例#1
0
 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;
 }
示例#2
0
 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;
 }