Created
October 13, 2018 18:12
-
-
Save vmandic/efc1f6d32c8a7e4c2e25d5a26b46c95d to your computer and use it in GitHub Desktop.
meds-processor, part 1 of 6, snippet 5
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
public async Task<ISet<HzzoMedsDownloadDto>> Run() | |
{ | |
var htmlDocs = await DownloadHtmlDocuments(); | |
var parsedDocs = ParseHtmlDocuments(htmlDocs); | |
return parsedDocs; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment