예제 #1
0
 public HzzoExcelDownloader(IHttpClientFactory httpCliFact, AppPathsInfo appPathsInfo)
 {
     this._httpCli        = httpCliFact.CreateClient();
     this.DownloadDirPath = Path.Combine(appPathsInfo.ApplicationRootPath, DOWNLOAD_DIR);
 }
예제 #2
0
 public HzzoHtmlScraper(IBrowsingContext browsingContext, AppPathsInfo appPathsInfo)
 {
     this._browsingContext = browsingContext;
     this._appPathsInfo    = appPathsInfo;
 }
예제 #3
0
 public HzzoData(AppPathsInfo appPaths)
 {
     this._appPaths = appPaths;
 }