Created
October 13, 2018 16:01
-
-
Save vmandic/93eb29f4e9c95e599af0b24a49f7327b to your computer and use it in GitHub Desktop.
meds-processor, part 1 of 6, snippet 2
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
using AngleSharp; | |
namespace MedsProcessor.Scraper | |
{ | |
public class HzzoHtmlScraper | |
{ | |
readonly IBrowsingContext _browsingContext; | |
public HzzoHtmlScraper(IBrowsingContext browsingContext) | |
{ | |
this._browsingContext = browsingContext; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment