public NewsletterCategoryController(INewsletterCategoryService newsletterCategoryService, ILanguageService languageService,
                                     ILocalizationService localizationService, IStoreService storeService)
 {
     _newsletterCategoryService = newsletterCategoryService;
     _languageService           = languageService;
     _localizationService       = localizationService;
     _storeService = storeService;
 }
 public NewsletterCategoryController(IPermissionService permissionService, INewsletterCategoryService newsletterCategoryService, ILanguageService languageService,
                                     ILocalizationService localizationService, IStoreService storeService)
 {
     this._permissionService         = permissionService;
     this._newsletterCategoryService = newsletterCategoryService;
     this._languageService           = languageService;
     this._localizationService       = localizationService;
     this._storeService = storeService;
 }
Beispiel #3
0
 public SubscribeNewsletterHandler(INewsLetterSubscriptionService newsLetterSubscriptionService, ITranslationService translationService,
                                   IMessageProviderService messageProviderService, IWorkContext workContext, INewsletterCategoryService newsletterCategoryService)
 {
     _newsLetterSubscriptionService = newsLetterSubscriptionService;
     _translationService            = translationService;
     _messageProviderService        = messageProviderService;
     _workContext = workContext;
     _newsletterCategoryService = newsletterCategoryService;
 }
 public NewsletterCategoryController(
     INewsletterCategoryService newsletterCategoryService,
     ILanguageService languageService,
     ITranslationService translationService)
 {
     _newsletterCategoryService = newsletterCategoryService;
     _languageService           = languageService;
     _translationService        = translationService;
 }
 public SubscribeNewsletterHandler(INewsLetterSubscriptionService newsLetterSubscriptionService, ILocalizationService localizationService,
                                   IStoreContext storeContext, IWorkflowMessageService workflowMessageService, IWorkContext workContext, INewsletterCategoryService newsletterCategoryService)
 {
     _newsLetterSubscriptionService = newsLetterSubscriptionService;
     _localizationService           = localizationService;
     _storeContext              = storeContext;
     _workflowMessageService    = workflowMessageService;
     _workContext               = workContext;
     _newsletterCategoryService = newsletterCategoryService;
 }
 public NewsletterViewModelService(INewsLetterSubscriptionService newsLetterSubscriptionService,
                                   ILocalizationService localizationService,
                                   INewsletterCategoryService newsletterCategoryService,
                                   IStoreContext storeContext,
                                   IWorkContext workContext,
                                   IWorkflowMessageService workflowMessageService,
                                   CustomerSettings customerSettings)
 {
     _newsLetterSubscriptionService = newsLetterSubscriptionService;
     _localizationService           = localizationService;
     _newsletterCategoryService     = newsletterCategoryService;
     _storeContext           = storeContext;
     _workContext            = workContext;
     _workflowMessageService = workflowMessageService;
     _customerSettings       = customerSettings;
 }
 public NewsLetterSubscriptionController(INewsLetterSubscriptionService newsLetterSubscriptionService,
                                         INewsletterCategoryService newsletterCategoryService,
                                         IDateTimeHelper dateTimeHelper,
                                         ILocalizationService localizationService,
                                         IStoreService storeService,
                                         IExportManager exportManager,
                                         IImportManager importManager)
 {
     _newsLetterSubscriptionService = newsLetterSubscriptionService;
     _newsletterCategoryService     = newsletterCategoryService;
     _dateTimeHelper      = dateTimeHelper;
     _localizationService = localizationService;
     _storeService        = storeService;
     _exportManager       = exportManager;
     _importManager       = importManager;
 }
 public NewsletterWebService(INewsLetterSubscriptionService newsLetterSubscriptionService,
                             ILocalizationService localizationService,
                             INewsletterCategoryService newsletterCategoryService,
                             IStoreContext storeContext,
                             IWorkContext workContext,
                             IWorkflowMessageService workflowMessageService,
                             CustomerSettings customerSettings)
 {
     this._newsLetterSubscriptionService = newsLetterSubscriptionService;
     this._localizationService           = localizationService;
     this._newsletterCategoryService     = newsletterCategoryService;
     this._storeContext           = storeContext;
     this._workContext            = workContext;
     this._workflowMessageService = workflowMessageService;
     this._customerSettings       = customerSettings;
 }
Beispiel #9
0
 public GetRegisterHandler(
     INewsletterCategoryService newsletterCategoryService,
     ITranslationService translationService,
     ICountryService countryService,
     IMediator mediator,
     CustomerSettings customerSettings,
     TaxSettings taxSettings,
     CaptchaSettings captchaSettings)
 {
     _newsletterCategoryService = newsletterCategoryService;
     _translationService        = translationService;
     _countryService            = countryService;
     _mediator         = mediator;
     _customerSettings = customerSettings;
     _taxSettings      = taxSettings;
     _captchaSettings  = captchaSettings;
 }
 public NewsLetterSubscriptionController(INewsLetterSubscriptionService newsLetterSubscriptionService,
                                         INewsletterCategoryService newsletterCategoryService,
                                         IDateTimeHelper dateTimeHelper,
                                         ILocalizationService localizationService,
                                         IStoreService storeService,
                                         ICustomerService customerService,
                                         IExportManager exportManager,
                                         IImportManager importManager)
 {
     this._newsLetterSubscriptionService = newsLetterSubscriptionService;
     this._newsletterCategoryService     = newsletterCategoryService;
     this._dateTimeHelper      = dateTimeHelper;
     this._localizationService = localizationService;
     this._storeService        = storeService;
     this._customerService     = customerService;
     this._exportManager       = exportManager;
     this._importManager       = importManager;
 }
Beispiel #11
0
 public GetInfoHandler(
     INewsLetterSubscriptionService newsLetterSubscriptionService,
     INewsletterCategoryService newsletterCategoryService,
     ITranslationService translationService,
     ICountryService countryService,
     IExternalAuthenticationService externalAuthenticationService,
     IMediator mediator,
     CustomerSettings customerSettings,
     TaxSettings taxSettings)
 {
     _newsLetterSubscriptionService = newsLetterSubscriptionService;
     _newsletterCategoryService     = newsletterCategoryService;
     _translationService            = translationService;
     _countryService = countryService;
     _externalAuthenticationService = externalAuthenticationService;
     _mediator         = mediator;
     _customerSettings = customerSettings;
     _taxSettings      = taxSettings;
 }
Beispiel #12
0
 public CampaignViewModelService(ICampaignService campaignService,
                                 ICustomerService customerService,
                                 IDateTimeHelper dateTimeHelper,
                                 IEmailAccountService emailAccountService,
                                 ILocalizationService localizationService,
                                 IMessageTokenProvider messageTokenProvider,
                                 IStoreService storeService,
                                 ICustomerTagService customerTagService,
                                 INewsletterCategoryService newsletterCategoryService)
 {
     _campaignService           = campaignService;
     _customerService           = customerService;
     _dateTimeHelper            = dateTimeHelper;
     _emailAccountService       = emailAccountService;
     _localizationService       = localizationService;
     _messageTokenProvider      = messageTokenProvider;
     _storeService              = storeService;
     _customerTagService        = customerTagService;
     _newsletterCategoryService = newsletterCategoryService;
 }
 public NewsLetterSubscriptionController(INewsLetterSubscriptionService newsLetterSubscriptionService,
                                         INewsletterCategoryService newsletterCategoryService,
                                         IDateTimeService dateTimeService,
                                         ITranslationService translationService,
                                         IStoreService storeService,
                                         IGroupService groupService,
                                         IExportManager exportManager,
                                         IImportManager importManager,
                                         IWorkContext workContext)
 {
     _newsLetterSubscriptionService = newsLetterSubscriptionService;
     _newsletterCategoryService     = newsletterCategoryService;
     _dateTimeService    = dateTimeService;
     _translationService = translationService;
     _storeService       = storeService;
     _groupService       = groupService;
     _exportManager      = exportManager;
     _importManager      = importManager;
     _workContext        = workContext;
 }
 public CampaignViewModelService(ICampaignService campaignService,
                                 ICustomerService customerService,
                                 IGroupService groupService,
                                 IDateTimeService dateTimeService,
                                 IEmailAccountService emailAccountService,
                                 IMessageTokenProvider messageTokenProvider,
                                 IStoreService storeService,
                                 ILanguageService languageService,
                                 ICustomerTagService customerTagService,
                                 INewsletterCategoryService newsletterCategoryService)
 {
     _campaignService           = campaignService;
     _customerService           = customerService;
     _groupService              = groupService;
     _dateTimeService           = dateTimeService;
     _emailAccountService       = emailAccountService;
     _messageTokenProvider      = messageTokenProvider;
     _storeService              = storeService;
     _languageService           = languageService;
     _customerTagService        = customerTagService;
     _newsletterCategoryService = newsletterCategoryService;
 }
Beispiel #15
0
 public CustomerViewModelService(
     IExternalAuthenticationService externalAuthenticationService,
     ICustomerAttributeParser customerAttributeParser,
     ICustomerAttributeService customerAttributeService,
     ILocalizationService localizationService,
     IDateTimeHelper dateTimeHelper,
     INewsLetterSubscriptionService newsLetterSubscriptionService,
     IWorkContext workContext,
     IStoreContext storeContext,
     ICountryService countryService,
     IStateProvinceService stateProvinceService,
     IGenericAttributeService genericAttributeService,
     IWorkflowMessageService workflowMessageService,
     IReturnRequestService returnRequestService,
     IStoreMappingService storeMappingService,
     IAddressViewModelService addressViewModelService,
     IOrderService orderService,
     IDownloadService downloadService,
     IPictureService pictureService,
     IProductService productService,
     IAuctionService auctionService,
     INewsletterCategoryService newsletterCategoryService,
     IServiceProvider serviceProvider,
     CustomerSettings customerSettings,
     DateTimeSettings dateTimeSettings,
     TaxSettings taxSettings,
     ForumSettings forumSettings,
     ExternalAuthenticationSettings externalAuthenticationSettings,
     SecuritySettings securitySettings,
     CaptchaSettings captchaSettings,
     RewardPointsSettings rewardPointsSettings,
     OrderSettings orderSettings,
     MediaSettings mediaSettings,
     VendorSettings vendorSettings
     )
 {
     this._externalAuthenticationService = externalAuthenticationService;
     this._customerAttributeParser       = customerAttributeParser;
     this._customerAttributeService      = customerAttributeService;
     this._localizationService           = localizationService;
     this._dateTimeHelper = dateTimeHelper;
     this._newsLetterSubscriptionService = newsLetterSubscriptionService;
     this._workContext                    = workContext;
     this._storeContext                   = storeContext;
     this._countryService                 = countryService;
     this._stateProvinceService           = stateProvinceService;
     this._genericAttributeService        = genericAttributeService;
     this._workflowMessageService         = workflowMessageService;
     this._returnRequestService           = returnRequestService;
     this._storeMappingService            = storeMappingService;
     this._addressViewModelService        = addressViewModelService;
     this._orderService                   = orderService;
     this._downloadService                = downloadService;
     this._pictureService                 = pictureService;
     this._productService                 = productService;
     this._auctionService                 = auctionService;
     this._newsletterCategoryService      = newsletterCategoryService;
     this._serviceProvider                = serviceProvider;
     this._customerSettings               = customerSettings;
     this._dateTimeSettings               = dateTimeSettings;
     this._taxSettings                    = taxSettings;
     this._forumSettings                  = forumSettings;
     this._externalAuthenticationSettings = externalAuthenticationSettings;
     this._securitySettings               = securitySettings;
     this._captchaSettings                = captchaSettings;
     this._rewardPointsSettings           = rewardPointsSettings;
     this._orderSettings                  = orderSettings;
     this._mediaSettings                  = mediaSettings;
     this._vendorSettings                 = vendorSettings;
 }