Esempio n. 1
0
 private async Task <IDocument> GetRootDocumentAsync(string url)
 {
     return(await _scraper.GetDocument(url));
 }