예제 #1
0
 public MarketingModuleController(IMarketingSearchService marketingSearchService)
 {
     _marketingSearchService = marketingSearchService;
 }
 public MarketingExportImport(IMarketingSearchService marketingSearchService, IPromotionService promotionService, IDynamicContentService dynamicContentService)
 {
     _marketingSearchService = marketingSearchService;
     _promotionService = promotionService;
     _dynamicContentService = dynamicContentService;
 }
		public MarketingModuleController(IMarketingSearchService marketingSearchService)
		{
			_marketingSearchService = marketingSearchService;
		}
예제 #4
0
 public MarketingExportImport(IMarketingSearchService marketingSearchService, IPromotionService promotionService, IDynamicContentService dynamicContentService)
 {
     _marketingSearchService = marketingSearchService;
     _promotionService       = promotionService;
     _dynamicContentService  = dynamicContentService;
 }