Exemplo n.º 1
0
        public VastParser(IVastService vastService, ICreativeSettings creativeSettings)
        {
            _vastService      = vastService;
            _creativeSettings = creativeSettings;

            Logger = NullLogger.Instance;
        }
Exemplo n.º 2
0
        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;
        }