Ejemplo n.º 1
0
 public CountryController(ICountryService countryService,
     IStateProvinceService stateProvinceService,
     ICityService cityService,
     IZipcodeService zipcodeService,
     ILocalizationService localizationService,
     IAddressService addressService,
     IPermissionService permissionService,
     ILocalizedEntityService localizedEntityService,
     ILanguageService languageService,
     IStoreService storeService,
     IStoreMappingService storeMappingService,
     IExportManager exportManager,
     IImportManager importManager)
 {
     this._countryService = countryService;
     this._stateProvinceService = stateProvinceService;
     this._cityService = cityService;
     this._zipcodeService = zipcodeService;
     this._localizationService = localizationService;
     this._addressService = addressService;
     this._permissionService = permissionService;
     this._localizedEntityService = localizedEntityService;
     this._languageService = languageService;
     this._storeService = storeService;
     this._storeMappingService = storeMappingService;
     this._exportManager = exportManager;
     this._importManager = importManager;
 }
Ejemplo n.º 2
0
 public CountryController(ICountryService countryService,
                          IStateProvinceService stateProvinceService,
                          ICityService cityService,
                          IZipcodeService zipcodeService,
                          ILocalizationService localizationService,
                          IAddressService addressService,
                          IPermissionService permissionService,
                          ILocalizedEntityService localizedEntityService,
                          ILanguageService languageService,
                          IStoreService storeService,
                          IStoreMappingService storeMappingService,
                          IExportManager exportManager,
                          IImportManager importManager)
 {
     this._countryService         = countryService;
     this._stateProvinceService   = stateProvinceService;
     this._cityService            = cityService;
     this._zipcodeService         = zipcodeService;
     this._localizationService    = localizationService;
     this._addressService         = addressService;
     this._permissionService      = permissionService;
     this._localizedEntityService = localizedEntityService;
     this._languageService        = languageService;
     this._storeService           = storeService;
     this._storeMappingService    = storeMappingService;
     this._exportManager          = exportManager;
     this._importManager          = importManager;
 }
Ejemplo n.º 3
0
 public ProductController(ICategoryService categoryService, 
     IManufacturerService manufacturerService,
     IProductService productService, 
     IVendorService vendorService,
     IProductTemplateService productTemplateService,
     IProductAttributeService productAttributeService,
     IWorkContext workContext, 
     IStoreContext storeContext,
     ITaxService taxService, 
     ICurrencyService currencyService,
     IPictureService pictureService, 
     ILocalizationService localizationService,
     IPriceCalculationService priceCalculationService,
     IPriceFormatter priceFormatter,
     IWebHelper webHelper, 
     ISpecificationAttributeService specificationAttributeService,
     IDateTimeHelper dateTimeHelper,
     IRecentlyViewedProductsService recentlyViewedProductsService,
     ICompareProductsService compareProductsService,
     IWorkflowMessageService workflowMessageService, 
     IProductTagService productTagService,
     IOrderReportService orderReportService, 
     IAclService aclService,
     IStoreMappingService storeMappingService,
     IPermissionService permissionService, 
     ICustomerActivityService customerActivityService,
     IProductAttributeParser productAttributeParser,
     IShippingService shippingService,
     MediaSettings mediaSettings,
     CatalogSettings catalogSettings,
     VendorSettings vendorSettings,
     ShoppingCartSettings shoppingCartSettings,
     LocalizationSettings localizationSettings, 
     CustomerSettings customerSettings, 
     CaptchaSettings captchaSettings,
     SeoSettings seoSettings,
     ICacheManager cacheManager,
     IProductCitiesService productCitiesService,
     ICityService cityService,
     IZipcodeService zipcodeService)
 {
     this._categoryService = categoryService;
     this._manufacturerService = manufacturerService;
     this._productService = productService;
     this._vendorService = vendorService;
     this._productTemplateService = productTemplateService;
     this._productAttributeService = productAttributeService;
     this._workContext = workContext;
     this._storeContext = storeContext;
     this._taxService = taxService;
     this._currencyService = currencyService;
     this._pictureService = pictureService;
     this._localizationService = localizationService;
     this._priceCalculationService = priceCalculationService;
     this._priceFormatter = priceFormatter;
     this._webHelper = webHelper;
     this._specificationAttributeService = specificationAttributeService;
     this._dateTimeHelper = dateTimeHelper;
     this._recentlyViewedProductsService = recentlyViewedProductsService;
     this._compareProductsService = compareProductsService;
     this._workflowMessageService = workflowMessageService;
     this._productTagService = productTagService;
     this._orderReportService = orderReportService;
     this._aclService = aclService;
     this._storeMappingService = storeMappingService;
     this._permissionService = permissionService;
     this._customerActivityService = customerActivityService;
     this._productAttributeParser = productAttributeParser;
     this._shippingService = shippingService;
     this._mediaSettings = mediaSettings;
     this._catalogSettings = catalogSettings;
     this._vendorSettings = vendorSettings;
     this._shoppingCartSettings = shoppingCartSettings;
     this._localizationSettings = localizationSettings;
     this._customerSettings = customerSettings;
     this._captchaSettings = captchaSettings;
     this._seoSettings = seoSettings;
     this._cacheManager = cacheManager;
        this._productCitiesService = productCitiesService;
     this._cityService =cityService;
     this._zipcodeService = zipcodeService;
 }
Ejemplo n.º 4
0
 public CheckoutController(IWorkContext workContext,
     IStoreContext storeContext,
     IStoreMappingService storeMappingService,
     IShoppingCartService shoppingCartService,
     ILocalizationService localizationService,
     ITaxService taxService,
     ICurrencyService currencyService,
     IPriceFormatter priceFormatter,
     IOrderProcessingService orderProcessingService,
     ICustomerService customerService,
     IGenericAttributeService genericAttributeService,
     ICountryService countryService,
     IStateProvinceService stateProvinceService,
     IShippingService shippingService,
     IPaymentService paymentService,
     IPluginFinder pluginFinder,
     IOrderTotalCalculationService orderTotalCalculationService,
     ILogger logger,
   CatalogSettings catalogSettings,
     IOrderService orderService,
     IWebHelper webHelper,
     HttpContextBase httpContext,
     IAddressAttributeParser addressAttributeParser,
     IAddressAttributeService addressAttributeService,
     IAddressAttributeFormatter addressAttributeFormatter,
     OrderSettings orderSettings,
     RewardPointsSettings rewardPointsSettings,
     PaymentSettings paymentSettings,
     ShippingSettings shippingSettings,
     AddressSettings addressSettings,IAddressService addressService,
     IProductCitiesService productCitiesService,
     ICityService cityService,
     IZipcodeService zipcodeService)
 {
     this._workContext = workContext;
     this._storeContext = storeContext;
     this._storeMappingService = storeMappingService;
     this._shoppingCartService = shoppingCartService;
     this._localizationService = localizationService;
     this._taxService = taxService;
     this._currencyService = currencyService;
     this._priceFormatter = priceFormatter;
     this._orderProcessingService = orderProcessingService;
     this._customerService = customerService;
     this._genericAttributeService = genericAttributeService;
     this._countryService = countryService;
     this._stateProvinceService = stateProvinceService;
     this._shippingService = shippingService;
     this._paymentService = paymentService;
     this._pluginFinder = pluginFinder;
     this._orderTotalCalculationService = orderTotalCalculationService;
     this._logger = logger;
     this._orderService = orderService;
     this._webHelper = webHelper;
     this._httpContext = httpContext;
     this._addressAttributeParser = addressAttributeParser;
     this._addressAttributeService = addressAttributeService;
     this._addressAttributeFormatter = addressAttributeFormatter;
     this._catalogSettings = catalogSettings;
     this._orderSettings = orderSettings;
     this._rewardPointsSettings = rewardPointsSettings;
     this._paymentSettings = paymentSettings;
     this._shippingSettings = shippingSettings;
     this._addressSettings = addressSettings;
     this._addressService = addressService;
        this._productCitiesService = productCitiesService;
        this._cityService = cityService;
        this._zipcodeService = zipcodeService;
 }