Example #1
0
 public BaseAdminModelFactory(ICategoryService categoryService,
                              ICategoryTemplateService categoryTemplateService,
                              ICountryService countryService,
                              ICustomerActivityService customerActivityService,
                              ICustomerService customerService,
                              IDateTimeHelper dateTimeHelper,
                              IEmailAccountService emailAccountService,
                              ILanguageService languageService,
                              ILocalizationService localizationService,
                              IPluginFinder pluginFinder,
                              IProductTemplateService productTemplateService,
                              IStateProvinceService stateProvinceService,
                              IStaticCacheManager cacheManager,
                              IStoreService storeService,
                              ITopicTemplateService topicTemplateService,
                              IVendorService vendorService)
 {
     this._categoryService         = categoryService;
     this._categoryTemplateService = categoryTemplateService;
     this._countryService          = countryService;
     this._customerActivityService = customerActivityService;
     this._customerService         = customerService;
     this._dateTimeHelper          = dateTimeHelper;
     this._emailAccountService     = emailAccountService;
     this._languageService         = languageService;
     this._localizationService     = localizationService;
     this._pluginFinder            = pluginFinder;
     this._productTemplateService  = productTemplateService;
     this._stateProvinceService    = stateProvinceService;
     this._cacheManager            = cacheManager;
     this._storeService            = storeService;
     this._topicTemplateService    = topicTemplateService;
     this._vendorService           = vendorService;
 }
Example #2
0
 public TopicController(ITopicService topicService,
                        ILanguageService languageService,
                        ILocalizedEntityService localizedEntityService,
                        ILocalizationService localizationService,
                        IPermissionService permissionService,
                        IStoreService storeService,
                        IStoreMappingService storeMappingService,
                        IUrlRecordService urlRecordService,
                        ITopicTemplateService topicTemplateService,
                        ICustomerService customerService,
                        ICustomerActivityService customerActivityService,
                        IAclService aclService)
 {
     this._topicService            = topicService;
     this._languageService         = languageService;
     this._localizedEntityService  = localizedEntityService;
     this._localizationService     = localizationService;
     this._permissionService       = permissionService;
     this._storeService            = storeService;
     this._storeMappingService     = storeMappingService;
     this._urlRecordService        = urlRecordService;
     this._topicTemplateService    = topicTemplateService;
     this._customerService         = customerService;
     this._customerActivityService = customerActivityService;
     this._aclService = aclService;
 }
 public TopicController(ITopicService topicService,
     ILanguageService languageService,
     ILocalizedEntityService localizedEntityService, 
     ILocalizationService localizationService,
     IPermissionService permissionService, 
     IStoreService storeService,
     IStoreMappingService storeMappingService,
     IUrlRecordService urlRecordService,
     ITopicTemplateService topicTemplateService,
     ICustomerService customerService,
     ICustomerActivityService customerActivityService,
     IAclService aclService)
 {
     this._topicService = topicService;
     this._languageService = languageService;
     this._localizedEntityService = localizedEntityService;
     this._localizationService = localizationService;
     this._permissionService = permissionService;
     this._storeService = storeService;
     this._storeMappingService = storeMappingService;
     this._urlRecordService = urlRecordService;
     this._topicTemplateService = topicTemplateService;
     this._customerService = customerService;
     this._customerActivityService = customerActivityService;
     this._aclService = aclService;
 }
Example #4
0
        public BaseAdminModelFactory(
            ICustomerActivityService customerActivityService,
            IStateProvinceService stateProvinceService,
            IStaticCacheManager cacheManager,
            IStoreService storeService,
            ITopicTemplateService topicTemplateService,
            IEmailAccountService emailAccountService,
            ICategoryService categoryService,
            ICategoryTemplateService categoryTemplateService, ICustomerService customerService, INewsPaperServices newsPaperServices,
            ISliderService sliderService, IGalleryService galleryService, IVideoService videoService)
        {
            this._customerActivityService = customerActivityService;
            this._stateProvinceService    = stateProvinceService;
            this._cacheManager            = cacheManager;
            this._storeService            = storeService;
            this._topicTemplateService    = topicTemplateService;
            _emailAccountService          = emailAccountService;
            _categoryService         = categoryService;
            _categoryTemplateService = categoryTemplateService;
            _customerService         = customerService;
            _newsPaperServices       = newsPaperServices;

            _sliderService  = sliderService;
            _galleryService = galleryService;
            _videoService   = videoService;
        }
Example #5
0
 public TemplateController(ICategoryTemplateService categoryTemplateService,
                           ITemplateModelFactory templateModelFactory,
                           ITopicTemplateService topicTemplateService)
 {
     this._categoryTemplateService = categoryTemplateService;
     this._templateModelFactory    = templateModelFactory;
     this._topicTemplateService    = topicTemplateService;
 }
 public TemplateModelFactory(ICategoryTemplateService categoryTemplateService,
                             IProductTemplateService productTemplateService,
                             ITopicTemplateService topicTemplateService)
 {
     this._categoryTemplateService = categoryTemplateService;
     this._productTemplateService  = productTemplateService;
     this._topicTemplateService    = topicTemplateService;
 }
 public TemplateModelFactory(ICategoryTemplateService categoryTemplateService,
                             IManufacturerTemplateService manufacturerTemplateService,
                             ITopicTemplateService topicTemplateService)
 {
     this._categoryTemplateService     = categoryTemplateService;
     this._manufacturerTemplateService = manufacturerTemplateService;
     this._topicTemplateService        = topicTemplateService;
 }
 public TopicViewModelService(ITopicTemplateService topicTemplateService, ITopicService topicService, IUrlRecordService urlRecordService, ILocalizationService localizationService,
                              ICustomerActivityService customerActivityService, IStoreService storeService)
 {
     _topicTemplateService    = topicTemplateService;
     _topicService            = topicService;
     _urlRecordService        = urlRecordService;
     _localizationService     = localizationService;
     _customerActivityService = customerActivityService;
     _storeService            = storeService;
 }
Example #9
0
 public TemplateController(ICategoryTemplateService categoryTemplateService,
                           IManufacturerTemplateService manufacturerTemplateService,
                           IProductTemplateService productTemplateService,
                           ITopicTemplateService topicTemplateService)
 {
     _categoryTemplateService     = categoryTemplateService;
     _manufacturerTemplateService = manufacturerTemplateService;
     _productTemplateService      = productTemplateService;
     _topicTemplateService        = topicTemplateService;
 }
Example #10
0
 public TemplateController(ICategoryTemplateService categoryTemplateService,
                           IPostTemplateService postTemplateService,
                           ITopicTemplateService topicTemplateService,
                           IPermissionService permissionService)
 {
     _categoryTemplateService = categoryTemplateService;
     _postTemplateService     = postTemplateService;
     _topicTemplateService    = topicTemplateService;
     _permissionService       = permissionService;
 }
Example #11
0
 public TemplateController(ICategoryTemplateService categoryTemplateService,
                           IProductTemplateService productTemplateService,
                           ITopicTemplateService topicTemplateService,
                           IPermissionService permissionService)
 {
     this._categoryTemplateService = categoryTemplateService;
     this._productTemplateService  = productTemplateService;
     this._topicTemplateService    = topicTemplateService;
     this._permissionService       = permissionService;
 }
 public TemplateModelFactory(ICategoryTemplateService categoryTemplateService,
                             IManufacturerTemplateService manufacturerTemplateService,
                             IProductTemplateService productTemplateService,
                             ITopicTemplateService topicTemplateService)
 {
     _categoryTemplateService     = categoryTemplateService;
     _manufacturerTemplateService = manufacturerTemplateService;
     _productTemplateService      = productTemplateService;
     _topicTemplateService        = topicTemplateService;
 }
Example #13
0
 public TopicViewModelService(ITopicTemplateService topicTemplateService, ITopicService topicService, IUrlRecordService urlRecordService, ILocalizationService localizationService,
                              ICustomerActivityService customerActivityService, IStoreService storeService, ILanguageService languageService, SeoSettings seoSettings)
 {
     _topicTemplateService    = topicTemplateService;
     _topicService            = topicService;
     _urlRecordService        = urlRecordService;
     _localizationService     = localizationService;
     _customerActivityService = customerActivityService;
     _storeService            = storeService;
     _languageService         = languageService;
     _seoSettings             = seoSettings;
 }
Example #14
0
 public TemplateController(ICategoryTemplateService categoryTemplateService,
     IManufacturerTemplateService manufacturerTemplateService,
     IProductTemplateService productTemplateService,
     ITopicTemplateService topicTemplateService,
     IPermissionService permissionService)
 {
     this._categoryTemplateService = categoryTemplateService;
     this._manufacturerTemplateService = manufacturerTemplateService;
     this._productTemplateService = productTemplateService;
     this._topicTemplateService = topicTemplateService;
     this._permissionService = permissionService;
 }
Example #15
0
 public TemplateController(ICategoryTemplateService categoryTemplateService,
                           IPublisherTemplateService publisherTemplateService,
                           IArticleTemplateService articleTemplateService,
                           ITopicTemplateService topicTemplateService,
                           IPermissionService permissionService)
 {
     this._categoryTemplateService  = categoryTemplateService;
     this._publisherTemplateService = publisherTemplateService;
     this._articleTemplateService   = articleTemplateService;
     this._topicTemplateService     = topicTemplateService;
     this._permissionService        = permissionService;
 }
Example #16
0
 public TemplateController(ICategoryTemplateService categoryTemplateService,
                           IManufacturerTemplateService manufacturerTemplateService,
                           IPermissionService permissionService,
                           ITemplateModelFactory templateModelFactory,
                           ITopicTemplateService topicTemplateService)
 {
     this._categoryTemplateService     = categoryTemplateService;
     this._manufacturerTemplateService = manufacturerTemplateService;
     this._permissionService           = permissionService;
     this._templateModelFactory        = templateModelFactory;
     this._topicTemplateService        = topicTemplateService;
 }
Example #17
0
 public BaseAdminModelFactory(ICategoryService categoryService,
                              ICategoryTemplateService categoryTemplateService,
                              ICountryService countryService,
                              ICurrencyService currencyService,
                              ICustomerActivityService customerActivityService,
                              ICustomerService customerService,
                              IDateRangeService dateRangeService,
                              IDateTimeHelper dateTimeHelper,
                              IEmailAccountService emailAccountService,
                              ILanguageService languageService,
                              ILocalizationService localizationService,
                              IManufacturerService manufacturerService,
                              IManufacturerTemplateService manufacturerTemplateService,
                              IPluginFinder pluginFinder,
                              IProductTemplateService productTemplateService,
                              IShippingService shippingService,
                              IStateProvinceService stateProvinceService,
                              IStaticCacheManager cacheManager,
                              IStoreService storeService,
                              ITaxCategoryService taxCategoryService,
                              ITopicTemplateService topicTemplateService,
                              IVendorService vendorService,
                              IDepartmentService DepartmentService,
                              IServiceService ServiceService,
                              IDoctorService DoctorService)
 {
     this._categoryService             = categoryService;
     this._categoryTemplateService     = categoryTemplateService;
     this._countryService              = countryService;
     this._currencyService             = currencyService;
     this._customerActivityService     = customerActivityService;
     this._customerService             = customerService;
     this._dateRangeService            = dateRangeService;
     this._dateTimeHelper              = dateTimeHelper;
     this._emailAccountService         = emailAccountService;
     this._languageService             = languageService;
     this._localizationService         = localizationService;
     this._manufacturerService         = manufacturerService;
     this._manufacturerTemplateService = manufacturerTemplateService;
     this._pluginFinder           = pluginFinder;
     this._productTemplateService = productTemplateService;
     this._shippingService        = shippingService;
     this._stateProvinceService   = stateProvinceService;
     this._cacheManager           = cacheManager;
     this._storeService           = storeService;
     this._taxCategoryService     = taxCategoryService;
     this._topicTemplateService   = topicTemplateService;
     this._vendorService          = vendorService;
     this._departmentService      = DepartmentService;
     this._serviceService         = ServiceService;
     this._doctorService          = DoctorService;
 }
Example #18
0
 public TopicModelFactory(
     IStaticCacheManager cacheManager,
     IStoreContext storeContext,
     ITopicService topicService,
     ITopicTemplateService topicTemplateService,
     IUrlRecordService urlRecordService)
 {
     this._cacheManager         = cacheManager;
     this._storeContext         = storeContext;
     this._topicService         = topicService;
     this._topicTemplateService = topicTemplateService;
     this._urlRecordService     = urlRecordService;
 }
Example #19
0
 public TopicController(ITopicService topicService,
                        ILocalizationService localizationService,
                        IWorkContext workContext,
                        ICacheManager cacheManager,
                        IAclService aclService,
                        ITopicTemplateService topicTemplateService)
 {
     _topicService         = topicService;
     _workContext          = workContext;
     _localizationService  = localizationService;
     _cacheManager         = cacheManager;
     _aclService           = aclService;
     _topicTemplateService = topicTemplateService;
 }
Example #20
0
 public TemplateController(ICategoryTemplateService categoryTemplateService,
                           IManufacturerTemplateService manufacturerTemplateService,
                           IPermissionService permissionService,
                           IProductTemplateService productTemplateService,
                           ITemplateModelFactory templateModelFactory,
                           ITopicTemplateService topicTemplateService)
 {
     _categoryTemplateService     = categoryTemplateService;
     _manufacturerTemplateService = manufacturerTemplateService;
     _permissionService           = permissionService;
     _productTemplateService      = productTemplateService;
     _templateModelFactory        = templateModelFactory;
     _topicTemplateService        = topicTemplateService;
 }
 public BaseAdminModelFactory(ICategoryService categoryService,
                              ICategoryTemplateService categoryTemplateService,
                              ICountryService countryService,
                              ICurrencyService currencyService,
                              ICustomerActivityService customerActivityService,
                              ICustomerService customerService,
                              IDateRangeService dateRangeService,
                              IDateTimeHelper dateTimeHelper,
                              IEmailAccountService emailAccountService,
                              ILanguageService languageService,
                              ILocalizationService localizationService,
                              IManufacturerService manufacturerService,
                              IManufacturerTemplateService manufacturerTemplateService,
                              IPluginService pluginService,
                              IProductTemplateService productTemplateService,
                              ISpecificationAttributeService specificationAttributeService,
                              IShippingService shippingService,
                              IStateProvinceService stateProvinceService,
                              IStaticCacheManager staticCacheManager,
                              IStoreService storeService,
                              ITaxCategoryService taxCategoryService,
                              ITopicTemplateService topicTemplateService,
                              IVendorService vendorService)
 {
     _categoryService             = categoryService;
     _categoryTemplateService     = categoryTemplateService;
     _countryService              = countryService;
     _currencyService             = currencyService;
     _customerActivityService     = customerActivityService;
     _customerService             = customerService;
     _dateRangeService            = dateRangeService;
     _dateTimeHelper              = dateTimeHelper;
     _emailAccountService         = emailAccountService;
     _languageService             = languageService;
     _localizationService         = localizationService;
     _manufacturerService         = manufacturerService;
     _manufacturerTemplateService = manufacturerTemplateService;
     _pluginService                 = pluginService;
     _productTemplateService        = productTemplateService;
     _specificationAttributeService = specificationAttributeService;
     _shippingService               = shippingService;
     _stateProvinceService          = stateProvinceService;
     _staticCacheManager            = staticCacheManager;
     _storeService         = storeService;
     _taxCategoryService   = taxCategoryService;
     _topicTemplateService = topicTemplateService;
     _vendorService        = vendorService;
 }
 public TopicController(ITopicService topicService,
     ILocalizationService localizationService,
     IWorkContext workContext, 
     IStoreContext storeContext,
     ICacheManager cacheManager,
     IStoreMappingService storeMappingService,
     ITopicTemplateService topicTemplateService)
 {
     this._topicService = topicService;
     this._workContext = workContext;
     this._storeContext = storeContext;
     this._localizationService = localizationService;
     this._cacheManager = cacheManager;
     this._storeMappingService = storeMappingService;
     this._topicTemplateService = topicTemplateService;
 }
 public TopicController(ITopicService topicService,
                        ILocalizationService localizationService,
                        IWorkContext workContext,
                        IStoreContext storeContext,
                        ICacheManager cacheManager,
                        IStoreMappingService storeMappingService,
                        ITopicTemplateService topicTemplateService)
 {
     this._topicService         = topicService;
     this._workContext          = workContext;
     this._storeContext         = storeContext;
     this._localizationService  = localizationService;
     this._cacheManager         = cacheManager;
     this._storeMappingService  = storeMappingService;
     this._topicTemplateService = topicTemplateService;
 }
 public TopicWebService(ITopicService topicService,
                        IWorkContext workContext,
                        IStoreContext storeContext,
                        //ICacheManager cacheManager,
                        ITopicTemplateService topicTemplateService,
                        IStoreMappingService storeMappingService,
                        IAclService aclService)
 {
     this._topicService = topicService;
     this._workContext  = workContext;
     this._storeContext = storeContext;
     //this._cacheManager = cacheManager;
     this._topicTemplateService = topicTemplateService;
     this._storeMappingService  = storeMappingService;
     this._aclService           = aclService;
 }
Example #25
0
 public TopicModelFactory(IAclService aclService,
                          ILocalizationService localizationService,
                          IStoreContext storeContext,
                          IStoreMappingService storeMappingService,
                          ITopicService topicService,
                          ITopicTemplateService topicTemplateService,
                          IUrlRecordService urlRecordService)
 {
     _aclService           = aclService;
     _localizationService  = localizationService;
     _storeContext         = storeContext;
     _storeMappingService  = storeMappingService;
     _topicService         = topicService;
     _topicTemplateService = topicTemplateService;
     _urlRecordService     = urlRecordService;
 }
 public TopicViewModelService(ITopicService topicService,
                              IWorkContext workContext,
                              IStoreContext storeContext,
                              ICacheManager cacheManager,
                              ITopicTemplateService topicTemplateService,
                              IStoreMappingService storeMappingService,
                              IAclService aclService)
 {
     _topicService         = topicService;
     _workContext          = workContext;
     _storeContext         = storeContext;
     _cacheManager         = cacheManager;
     _topicTemplateService = topicTemplateService;
     _storeMappingService  = storeMappingService;
     _aclService           = aclService;
 }
Example #27
0
 public TopicModelFactory(ITopicService topicService,
                          IWorkContext workContext,
                          IStoreContext storeContext,
                          IStaticCacheManager cacheManager,
                          IStoreMappingService storeMappingService,
                          IAclService aclService,
                          ITopicTemplateService topicTemplateService)
 {
     this._topicService         = topicService;
     this._workContext          = workContext;
     this._storeContext         = storeContext;
     this._cacheManager         = cacheManager;
     this._storeMappingService  = storeMappingService;
     this._aclService           = aclService;
     this._topicTemplateService = topicTemplateService;
 }
Example #28
0
 public TopicModelFactory(IAclService aclService,
                          ILocalizationService localizationService,
                          IStaticCacheManager cacheManager,
                          IStoreContext storeContext,
                          ITopicService topicService,
                          ITopicTemplateService topicTemplateService,
                          IUrlRecordService urlRecordService,
                          IWorkContext workContext)
 {
     this._aclService           = aclService;
     this._localizationService  = localizationService;
     this._cacheManager         = cacheManager;
     this._storeContext         = storeContext;
     this._topicService         = topicService;
     this._topicTemplateService = topicTemplateService;
     this._urlRecordService     = urlRecordService;
     this._workContext          = workContext;
 }
Example #29
0
 public TopicController(ITopicService topicService,
                        ILanguageService languageService,
                        ILocalizedEntityService localizedEntityService,
                        ILocalizationService localizationService,
                        IPermissionService permissionService,
                        IUrlRecordService urlRecordService,
                        ITopicTemplateService topicTemplateService,
                        ICustomerService customerService,
                        IAclService aclService)
 {
     _topicService           = topicService;
     _languageService        = languageService;
     _localizedEntityService = localizedEntityService;
     _localizationService    = localizationService;
     _permissionService      = permissionService;
     _urlRecordService       = urlRecordService;
     _topicTemplateService   = topicTemplateService;
     _customerService        = customerService;
     _aclService             = aclService;
 }
Example #30
0
 public TopicModelFactory(IAclService aclService,
                          ICustomerService customerService,
                          ILocalizationService localizationService,
                          IStaticCacheManager cacheManager,
                          IStoreContext storeContext,
                          IStoreMappingService storeMappingService,
                          ITopicService topicService,
                          ITopicTemplateService topicTemplateService,
                          IUrlRecordService urlRecordService,
                          IWorkContext workContext)
 {
     _aclService           = aclService;
     _customerService      = customerService;
     _localizationService  = localizationService;
     _cacheManager         = cacheManager;
     _storeContext         = storeContext;
     _storeMappingService  = storeMappingService;
     _topicService         = topicService;
     _topicTemplateService = topicTemplateService;
     _urlRecordService     = urlRecordService;
     _workContext          = workContext;
 }
Example #31
0
 public TopicsController(ITopicService topicService, ITopicTemplateService topicTemplateService)
 {
     this._topicService         = topicService;
     this._topicTemplateService = topicTemplateService;
 }
 public GetTopicTemplateViewPathHandler(ICacheManager cacheManager,
                                        ITopicTemplateService topicTemplateService)
 {
     _cacheManager         = cacheManager;
     _topicTemplateService = topicTemplateService;
 }
Example #33
0
 public TemplateModelFactory(
     ITopicTemplateService topicTemplateService, ICategoryTemplateService categoryTemplateService)
 {
     this._topicTemplateService = topicTemplateService;
     _categoryTemplateService   = categoryTemplateService;
 }