Skip to content

Instantly share code, notes, and snippets.

@vmandic
Created October 13, 2018 18:12
Show Gist options
  • Save vmandic/efc1f6d32c8a7e4c2e25d5a26b46c95d to your computer and use it in GitHub Desktop.
Save vmandic/efc1f6d32c8a7e4c2e25d5a26b46c95d to your computer and use it in GitHub Desktop.
meds-processor, part 1 of 6, snippet 5
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