Esempio n. 1
0
 public async Task <Show> ScrapeFromApiAsync(int showId)
 {
     return(await scraper.GetShowAsync(showId));
 }