예제 #1
0
 public HomeController(IUnitOfWork uow, ISubjectService subjectService, IProductCategoryService categoryService, IChapterService chapterService, IGalleryService galleryService)
 {
     _uow = uow;
     _subjectService = subjectService;
     _productCategoryService = categoryService;
     _galleryService = galleryService;
 }
예제 #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;
 }
예제 #3
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;
 }
예제 #4
0
 public ProductsController(IProductService productService, IProductCategoryService productCategoryService,
     IBrochureService brochureService, IWorkflowMessageService workflowMessageService,
     IRequestQuoteService requestAQuoteService, IRepairApptService repairApptService, IProductReviewService productReviewService)
 {
     _productService = productService;
     _productCategoryService = productCategoryService;
     _brochureService = brochureService;
     _workflowMessageService = workflowMessageService;
     _requestAQuoteService = requestAQuoteService;
     _repairApptService = repairApptService;
     _productReviewService = productReviewService;
 }
예제 #5
0
 public SettingsController(ISettingsMapper mapper, IEstimateStatusService estimateStatusService, IInmateUnitService inmateUnitService, IInvoiceStatusService invoiceStatusService, IPaymentMethodService paymentMethodService, IProductCategoryService productCategoryService, IProductService productService, ITaxRateService taxRateService, IUserService userService)
 {
     _mapper = mapper;
     _estimateStatusService = estimateStatusService;
     _inmateUnitService = inmateUnitService;
     _invoiceStatusService = invoiceStatusService;
     _paymentMethodService = paymentMethodService;
     _productCategoryService = productCategoryService;
     _productService = productService;
     _taxRateService = taxRateService;
     _userService = userService;
 }
예제 #6
0
 public void PopulateSelectList(IProductCategoryService productCategoryService)
 {
     //productCategoryService.GetProductCategorySelectList(Category, GlobalHelper.SelectListDefaultOption);
 }
 public ProductCategoryController(IErrorService errorService, IProductCategoryService productCategoryService)
     : base(errorService)
 {
     this._productCategoryService = productCategoryService;
 }
예제 #8
0
 public SidebarViewComponent(IProductCategoryService productCategoryService)
 {
     _productCategoryService = productCategoryService;
 }
 public ProductCategoryController(IErrorService errorService, IProductCategoryService productCategoryService)
     : base(errorService)
 {
     this._productCategoryService = productCategoryService;
 }
예제 #10
0
 public ContactController(IProductService productService,
                          IProductCategoryService productCategoryService)
 {
     _productService         = productService;
     _productCategoryService = productCategoryService;
 }
예제 #11
0
 public ProductController(IProductService service, IProductCategoryService productCategoryService, IAuthorizer authorizer)
     : base(service)
 {
     _productCategoryService = productCategoryService;
     _authorizer             = authorizer;
 }
 public HomeController(IProductCategoryService categoryService, ILayoutService layoutService)
 {
     this.CategoryService = categoryService;
     this.LayoutService   = layoutService;
 }
 public ProductCategoryController(IProductCategoryService productCategoryService, IHostingEnvironment env, IAuthorizationService authorizationService)
 {
     _productCategoryService = productCategoryService;
     _env = env;
     _authorizationService = authorizationService;
 }
예제 #14
0
 public CartController(IProductService productService, IProductAdvertisementService productAdvertisementService, IBrandService brandService, IProductCategoryService productCategoryService, IFooterClientService footerClientService, IMenuService menuService, IContentCategoryService contentCategoryService, IMenuTypeService menuTypeService, IOrderService orderService, IOrderDetailService orderDetailService, IOrderDetailTempService orderDetailTempService)
 {
     _productService = productService;
     _productAdvertisementService = productAdvertisementService;
     _productCategoryService      = productCategoryService;
     _brandService           = brandService;
     _footerClientService    = footerClientService;
     _menuService            = menuService;
     _contentCategoryService = contentCategoryService;
     _menuTypeService        = menuTypeService;
     _orderService           = orderService;
     _orderDetailService     = orderDetailService;
     _orderDetailTempService = orderDetailTempService;
 }
 public ProductCategoriesController(IProductCategoryService categoryService, IProductCatalogueService productCatalogueService)
 {
     _categoryService         = categoryService ?? throw new ArgumentNullException(nameof(categoryService));
     _productCatalogueService = productCatalogueService ?? throw new ArgumentNullException(nameof(productCatalogueService));
 }
예제 #16
0
 public ProductCategoryRouteDataProvider(IProductCategoryService productCategoryService, ProductCategoryWidgetService productCategoryWidgetService)
 {
     _productCategoryService       = productCategoryService;
     _productCategoryWidgetService = productCategoryWidgetService;
 }
 public ProductCategoryController(IProductCategoryService productCategoryService, IMapper mapper)
 {
     _productCategoryService = productCategoryService;
     _mapper = mapper;
 }
예제 #18
0
 public ProductCategoryApiService(IProductCategoryService productCategoryService)
 {
     _productCategoryService = productCategoryService;
 }
 public CategoryMenuViewComponent(IProductCategoryService productCategoryService, IMapper mapper, IMemoryCache memoryCache)
 {
     _productCategoryService = productCategoryService;
     _mapper      = mapper;
     _memoryCache = memoryCache;
 }
예제 #20
0
 public ProductListWidgetService(IWidgetBasePartService widgetService, IProductService productService, IProductCategoryService productCategoryService, IApplicationContext applicationContext)
     : base(widgetService, applicationContext)
 {
     _productService         = productService;
     _productCategoryService = productCategoryService;
 }
예제 #21
0
 public MainMenuViewComponent(IProductCategoryService productCategoryService, IMapper mapper)
 {
     _productCategoryService = productCategoryService;
     _mapper = mapper;
 }
 public CatalogueController(ICartService cartService, IPromoCodeService promoCodeService, ICookieCartService cookieCartService, IUserDetailsService userDetailsService, IOrderService orderService, IApplicationUserService userService, IProductInCartService productsInCartService, IProductCategoryService categoryService, IProductService productService, IPromoService promosService)
 {
     this.CookieCartService     = cookieCartService;
     this.CartService           = cartService;
     this.PromoCodeService      = promoCodeService;
     this.CategoryService       = categoryService;
     this.UserDetailsService    = userDetailsService;
     this.OrderService          = orderService;
     this.ProductService        = productService;
     this.PromosService         = promosService;
     this.UserService           = userService;
     this.ProductsInCartService = productsInCartService;
 }
예제 #23
0
 public ProductController(IProductService productService, IProductAdvertisementService productAdvertisementService, IBrandService brandService, IProductCategoryService productCategoryService, IFooterClientService footerClientService, IMenuService menuService, IContentCategoryService contentCategoryService, IMenuTypeService menuTypeService)
 {
     _productService = productService;
     _productAdvertisementService = productAdvertisementService;
     _productCategoryService      = productCategoryService;
     _brandService           = brandService;
     _footerClientService    = footerClientService;
     _menuService            = menuService;
     _contentCategoryService = contentCategoryService;
     _menuTypeService        = menuTypeService;
 }
예제 #24
0
 public ProductsController(ApplicationDbContext context, ILogger <ProductsController> logger, IProductCategoryService productCategoryService)
 {
     _context = context;
     _logger  = logger;
     _productCategoryService = productCategoryService;
 }
 public ProductCategoryWidgetService(IWidgetBasePartService widgetService, IProductCategoryService productCategoryService, IApplicationContext applicationContext, CMSDbContext dbContext)
     : base(widgetService, applicationContext, dbContext)
 {
     _productCategoryService = productCategoryService;
 }
예제 #26
0
 public ProductCategoryController(IEmployeeService employeeService, IProductCategoryService productCategoryService)
     : base(employeeService)
 {
     this._productCategoryService = productCategoryService;
     this._employeeService        = employeeService;
 }
예제 #27
0
 public HomeController(IProductCategoryService productCategoryService, ICommonService commonService, IProductService productService)
 {
     _productCategoryService = productCategoryService;
     _commonService          = commonService;
     _productService         = productService;
 }
 public ProductManageController(IProductService prodService,
                                IProductCategoryService prodCateService)
 {
     _prodService     = prodService;
     _prodCateService = prodCateService;
 }
예제 #29
0
 public ProductController(IProductService productService, IProductCategoryService productCategoryService, IHostingEnvironment hostingEnvironment)
 {
     _productService         = productService;
     _productCategoryService = productCategoryService;
     _hostingEnvironment     = hostingEnvironment;
 }
예제 #30
0
 public ProductController(IProductService productService, IProductCategoryService productCategoryService)
 {
     this._productService         = productService;
     this._productCategoryService = productCategoryService;
 }
예제 #31
0
 public ProductCategoryController(IProductCategoryService productCategoryService)
 {
     _productCategoryService = productCategoryService;
 }
예제 #32
0
 public ProductCategoriesController(ApplicationDbContext context, IProductCategoryService service)
 {
     _context = context;
     _service = service;
 }
예제 #33
0
 void IntData()
 {
     _serviceProdutCategory = new ProductCategoryService(new ProductCategoryRepository());
 }
 public ProductsController(IProductCategoryService service, ISampler sample)
 {
     this.service = service;
     sampler      = (ISampler)ServiceLocator.Current.GetInstance(typeof(ISampler));
 }
예제 #35
0
 public ServicesController(IUnitOfWork uow, IProductCategoryService productCategoryService, IProductService productService)
 {
     _uow = uow;
     _productCategoryService = productCategoryService;
     _productService = productService;
 }
예제 #36
0
 public MobileMenuViewComponent(IProductCategoryService productCategoryService)
 {
     _productCategoryService = productCategoryService;
 }
 public ProductCategoriesApiController(IProductCategoryService service)
 {
     _service = service;
 }
예제 #38
0
 public MainMenuViewComponent(IProductCategoryService productCategoryService, IProductService productService)
 {
     this.productCategoryService = productCategoryService;
     this.productService         = productService;
 }