Created
October 13, 2018 18:15
-
-
Save vmandic/1ab9f740c650df800538f4992fd82dd8 to your computer and use it in GitHub Desktop.
meds-processor, part 1 of 6, snippet 6
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
Task<IDocument[]> DownloadHtmlDocuments() => | |
Task.WhenAll( | |
_browsingContext.OpenAsync(CURRENT_LISTS_URL), | |
_browsingContext.OpenAsync(ARCHIVE_LISTS_URL) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment