Skip to content

Instantly share code, notes, and snippets.

@vmandic
Last active October 19, 2018 19:32
Show Gist options
  • Save vmandic/79b4f93b8665b2d3667454e349b1df82 to your computer and use it in GitHub Desktop.
Save vmandic/79b4f93b8665b2d3667454e349b1df82 to your computer and use it in GitHub Desktop.
meds-processor, p2, s7
readonly AppPathsInfo _appPathsInfo;
public HzzoHtmlScraper(IBrowsingContext browsingContext, AppPathsInfo appPathsInfo)
{
this._browsingContext = browsingContext;
this._appPathsInfo = appPathsInfo;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment