コード例 #1
0
 public CommonController(
     ITransactionService transactionService,
     LocalizationSettings localizationSettings,
     ICustomerPlanService customerPlanService,
     IPlanService planService,
     ICommonServices services,
     IAuthenticationService authenticationService,
     IDateTimeHelper dateTimeHelper,
     DateTimeSettings dateTimeSettings, TaxSettings taxSettings,
     ILocalizationService localizationService,
     IWorkContext workContext, IStoreContext storeContext,
     ICustomerService customerService,
     IGenericAttributeService genericAttributeService,
     IBoardService boardService,
     ICountryService countryService,
     IAdCampaignService adCampaignService)
 {
     _planService             = planService;
     _customerPlanService     = customerPlanService;
     _localizationSettings    = localizationSettings;
     _transactionService      = transactionService;
     _services                = services;
     _authenticationService   = authenticationService;
     _dateTimeHelper          = dateTimeHelper;
     _dateTimeSettings        = dateTimeSettings;
     _localizationService     = localizationService;
     _workContext             = workContext;
     _storeContext            = storeContext;
     _customerService         = customerService;
     _genericAttributeService = genericAttributeService;
     _countryService          = countryService;
     _adCampaignService       = adCampaignService;
 }
コード例 #2
0
 public ReportController(IPlanService planService,
                         ICustomerPlanService customerPlanService,
                         IDateTimeHelper dateTimeHelper,
                         IWorkContext workContext,
                         ITransactionService transactionService,
                         AdminAreaSettings adminAreaSettings,
                         ILocalizationService localizationService,
                         IPriceFormatter priceFormatter,
                         ICurrencyService currencyService,
                         IStoreService storeService,
                         ICommonServices services,
                         ICustomerService customerService,
                         LocalizationSettings localizationSettings)
 {
     _planService          = planService;
     _customerPlanService  = customerPlanService;
     _dateTimeHelper       = dateTimeHelper;
     _workContext          = workContext;
     _transactionService   = transactionService;
     _adminAreaSettings    = adminAreaSettings;
     _localizationService  = localizationService;
     _priceFormatter       = priceFormatter;
     _currencyService      = currencyService;
     _storeService         = storeService;
     _services             = services;
     _customerService      = customerService;
     _localizationSettings = localizationSettings;
 }
コード例 #3
0
 public CustomerController(
     ITransactionService transactionService,
     ICustomerPlanService customerPlanService,
     IPlanService planService,
     ICommonServices services,
     IAuthenticationService authenticationService,
     IDateTimeHelper dateTimeHelper,
     DateTimeSettings dateTimeSettings, TaxSettings taxSettings,
     ILocalizationService localizationService,
     IWorkContext workContext, IStoreContext storeContext,
     ICustomerService customerService,
     IGenericAttributeService genericAttributeService,
     ICustomerRegistrationService customerRegistrationService,
     ITaxService taxService, RewardPointsSettings rewardPointsSettings,
     CustomerSettings customerSettings, AddressSettings addressSettings, ForumSettings forumSettings,
     ICurrencyService currencyService,
     IPriceFormatter priceFormatter,
     IPictureService pictureService, INewsLetterSubscriptionService newsLetterSubscriptionService,
     ICustomerActivityService customerActivityService,
     MediaSettings mediaSettings,
     LocalizationSettings localizationSettings,
     ExternalAuthenticationSettings externalAuthenticationSettings,
     PluginMediator pluginMediator,
     IPermissionService permissionService,
     IBoardService boardService,
     ICountryService countryService,
     IAuthenticationService formsAuthenticationService,
     IAdCampaignService adCampaignService)
 {
     _planService                    = planService;
     _customerPlanService            = customerPlanService;
     _transactionService             = transactionService;
     _services                       = services;
     _authenticationService          = authenticationService;
     _dateTimeHelper                 = dateTimeHelper;
     _dateTimeSettings               = dateTimeSettings;
     _localizationService            = localizationService;
     _workContext                    = workContext;
     _storeContext                   = storeContext;
     _customerService                = customerService;
     _genericAttributeService        = genericAttributeService;
     _customerRegistrationService    = customerRegistrationService;
     _taxService                     = taxService;
     _customerSettings               = customerSettings;
     _currencyService                = currencyService;
     _priceFormatter                 = priceFormatter;
     _pictureService                 = pictureService;
     _newsLetterSubscriptionService  = newsLetterSubscriptionService;
     _customerActivityService        = customerActivityService;
     _mediaSettings                  = mediaSettings;
     _localizationSettings           = localizationSettings;
     _externalAuthenticationSettings = externalAuthenticationSettings;
     _pluginMediator                 = pluginMediator;
     _permissionService              = permissionService;
     _boardService                   = boardService;
     _countryService                 = countryService;
     _formsAuthenticationService     = formsAuthenticationService;
     _adCampaignService              = adCampaignService;
 }
コード例 #4
0
ファイル: SendROI.cs プロジェクト: sujanvaland/Solution39
 public SendROITask(ICustomerService customerService,
                    ITransactionService transactionService,
                    IPlanService planService,
                    ICustomerPlanService customerPlanService,
                    IBoardService boardService)
 {
     this._customerService     = customerService;
     this._transactionService  = transactionService;
     this._planService         = planService;
     this._customerPlanService = customerPlanService;
     this._boardService        = boardService;
 }
コード例 #5
0
 public CheckWithdrawalStatusTask(ICustomerService customerService,
                                  ITransactionService transactionService,
                                  IPlanService planService,
                                  ICustomerPlanService customerPlanService,
                                  ICommonServices services,
                                  ICommonServices commonServices,
                                  LocalizationSettings localizationSettings)
 {
     this._customerService      = customerService;
     this._transactionService   = transactionService;
     this._planService          = planService;
     this._customerPlanService  = customerPlanService;
     this._services             = services;
     this._commonService        = commonServices;
     this._localizationSettings = localizationSettings;
 }
コード例 #6
0
 public STPIPNController(ICustomerPlanService customerPlanService,
                         ITransactionService transactionService,
                         ICommonServices commonService,
                         IStoreContext storeContext,
                         IPlanService planService,
                         ICustomerService customerService,
                         LocalizationSettings localizationSettings,
                         IBoardService boardService)
 {
     _customerPlanService  = customerPlanService;
     _transactionService   = transactionService;
     _commonService        = commonService;
     _storeContext         = storeContext;
     _planService          = planService;
     _customerService      = customerService;
     _localizationSettings = localizationSettings;
     _boardService         = boardService;
 }
コード例 #7
0
 public HomeController(ICommonServices services, CommonSettings commonSettings,
                       Lazy <IUserAgent> userAgent,
                       ICustomerService customerService, IWorkContext workContext,
                       ICustomerPlanService customerPlanService,
                       ITransactionService transactionService,
                       IPlanService planService,
                       IAdCampaignService adCampaignService,
                       IGenericAttributeService genericAttributeService)
 {
     this._commonSettings          = commonSettings;
     this._services                = services;
     this._userAgent               = userAgent;
     this._customerService         = customerService;
     this._workContext             = workContext;
     this._customerPlanService     = customerPlanService;
     this._transactionService      = transactionService;
     this._planService             = planService;
     this._adCampaignService       = adCampaignService;
     this._genericAttributeService = genericAttributeService;
 }
コード例 #8
0
 public ShareController(ICommonServices commonServices,
                        ICustomerService customerService,
                        IPlanService planService,
                        ICustomerPlanService customerPlanService,
                        IDateTimeHelper dateTimeHelper,
                        IWorkContext workContext,
                        ITransactionService transactionService,
                        ICommonServices services,
                        ILocalizationService localizationService,
                        LocalizationSettings localizationSettings)
 {
     _commonServices       = commonServices;
     _customerService      = customerService;
     _planService          = planService;
     _customerPlanService  = customerPlanService;
     _dateTimeHelper       = dateTimeHelper;
     _workContext          = workContext;
     _transactionService   = transactionService;
     _services             = services;
     _localizationService  = localizationService;
     _localizationSettings = localizationSettings;
 }