Esempio n. 1
0
 public HandlerDownloadHtml(IDownloadHtml downloader, IStorageHtml storageHtml, IStorageConfigCrl configCrl)
 {
     this._downloadHtml     = downloader;
     this._storageHtml      = storageHtml;
     this._storageConfigCrl = configCrl;
     this._logger           = LogManager.GetLogger(typeof(HandlerDownloadHtml));
 }
Esempio n. 2
0
 public ParserProperties(IStorageConfigCrl storageConfigCrl)
 {
     this._storageConfigCrl = storageConfigCrl;
 }
Esempio n. 3
0
        private void Init()
        {
            var kernel = new StandardKernel(new DomainModule());

            _storageConfigCrl = kernel.Get <IStorageConfigCrl>();
        }