Ejemplo 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));
 }
Ejemplo n.º 2
0
 public HandlerParseProperties(IStorageHtml storageHtml, IStoragePropertiesProduct storagePropertiesProduct, IParser parser)
 {
     _storageHtml = storageHtml;
     _parser      = parser;
     _storagePropertiesProduct = storagePropertiesProduct;
 }