Last active
October 19, 2018 19:32
-
-
Save vmandic/79b4f93b8665b2d3667454e349b1df82 to your computer and use it in GitHub Desktop.
meds-processor, p2, s7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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