public VastParser(IVastService vastService, ICreativeSettings creativeSettings) { _vastService = vastService; _creativeSettings = creativeSettings; Logger = NullLogger.Instance; }
public CreativesController(ICreativeService creativeService, ICreativeSizeService creativeSizeService, IBrandService brandService, IAdTagTemplateService adTagTemplateService, IVastService vastService, IMappingEngine mapping, IClock clock) { _creativeService = creativeService; _creativeSizeService = creativeSizeService; _brandService = brandService; _adTagTemplateService = adTagTemplateService; _vastService = vastService; _mapping = mapping; _clock = clock; Logger = NullLogger.Instance; }