Exemplo n.º 1
0
 public AffiliateEbayPlugin(ISettingService settingService, CategoryEbayObjectContext context, IAffiliateEbayService affiliateEbayService,
                            ILocalizationService localizationService)
 {
     this._settingService       = settingService;
     this._context              = context;
     this._affiliateEbayService = affiliateEbayService;
     this._localizationService  = localizationService;
 }
Exemplo n.º 2
0
 public AffiliateEbayController(IWorkContext workContext, IStoreContext storeContext, IStoreService storeService, ISettingService settingService, ILocalizationService localizationService,
                                ICategoryService categoryService, IProductService productService, IPictureService pictureService, IAffiliateEbayService affiliateEbayService, ICacheManager cacheManager,
                                IRepository <CategoryMapping> categoryMappingRecord, IProductMappingService productMappingService, ISpecificationAttributeService specificationAttributeService)
 {
     this._localizationService           = localizationService;
     this._settingService                = settingService;
     this._storeContext                  = storeContext;
     this._storeService                  = storeService;
     this._workContext                   = workContext;
     this._categoryService               = categoryService;
     this._productService                = productService;
     this._pictureService                = pictureService;
     this._affiliateEbayService          = affiliateEbayService;
     this._categoryMappingRecord         = categoryMappingRecord;
     this._cacheManager                  = cacheManager;
     this._productMappingService         = productMappingService;
     this._specificationAttributeService = specificationAttributeService;
 }