Beispiel #1
0
 public MarketingModuleDynamicContentController(
     IDynamicContentService dynamicContentService,
     IMarketingDynamicContentEvaluator dynamicContentEvaluator,
     IContentPublicationsSearchService contentPublicationsSearchService,
     IFolderSearchService folderSearchService,
     IContentPlacesSearchService contentPlacesSearchService,
     IContentItemsSearchService contentItemsSearchService)
 {
     _dynamicContentService            = dynamicContentService;
     _dynamicContentEvaluator          = dynamicContentEvaluator;
     _contentPublicationsSearchService = contentPublicationsSearchService;
     _folderSearchService        = folderSearchService;
     _contentPlacesSearchService = contentPlacesSearchService;
     _contentItemsSearchService  = contentItemsSearchService;
 }
 public MarketingExportImport(JsonSerializer jsonSerializer, IPromotionSearchService promotionSearchService,
                              IContentPublicationsSearchService contentPublicationsSearchService, IPromotionService promotionService,
                              IDynamicContentService dynamicContentService, ICouponService couponService,
                              IPromotionUsageService promotionUsageService, IContentItemsSearchService contentItemsSearchService,
                              ICouponSearchService couponSearchService, IContentPlacesSearchService contentPlacesSearchService,
                              IPromotionUsageSearchService promotionUsageSearchService, IFolderSearchService folderSearchService)
 {
     _jsonSerializer                   = jsonSerializer;
     _promotionSearchService           = promotionSearchService;
     _contentPublicationsSearchService = contentPublicationsSearchService;
     _promotionService                 = promotionService;
     _dynamicContentService            = dynamicContentService;
     _couponService               = couponService;
     _promotionUsageService       = promotionUsageService;
     _contentItemsSearchService   = contentItemsSearchService;
     _couponSearchService         = couponSearchService;
     _contentPlacesSearchService  = contentPlacesSearchService;
     _promotionUsageSearchService = promotionUsageSearchService;
     _folderSearchService         = folderSearchService;
 }