public HandlerDownloadHtml(IDownloadHtml downloader, IStorageHtml storageHtml, IStorageConfigCrl configCrl) { this._downloadHtml = downloader; this._storageHtml = storageHtml; this._storageConfigCrl = configCrl; this._logger = LogManager.GetLogger(typeof(HandlerDownloadHtml)); }
public ParserProperties(IStorageConfigCrl storageConfigCrl) { this._storageConfigCrl = storageConfigCrl; }
private void Init() { var kernel = new StandardKernel(new DomainModule()); _storageConfigCrl = kernel.Get <IStorageConfigCrl>(); }