Пример #1
0
 public HomeController(IUnderConstructionService underConstructionService,
    IProductService productService, IProductCategoryService productCategoryService, IBrochureService brochureService, IContactUsService contactUsService,
     IWorkflowMessageService workflowMessageService)
 {
     _underConstructionService = underConstructionService;
     _productService = productService;
     _productCategoryService = productCategoryService;
     _brochureService = brochureService;
     _contactUsService = contactUsService;
     _workflowMessageService = workflowMessageService;
 }
Пример #2
0
 public HomeController(IUnderConstructionService underConstructionService,
                       IProductService productService, IProductCategoryService productCategoryService, IBrochureService brochureService, IContactUsService contactUsService,
                       IWorkflowMessageService workflowMessageService)
 {
     _underConstructionService = underConstructionService;
     _productService           = productService;
     _productCategoryService   = productCategoryService;
     _brochureService          = brochureService;
     _contactUsService         = contactUsService;
     _workflowMessageService   = workflowMessageService;
 }