Ejemplo n.º 1
0
 public Task <IEnumerable <Book> > GetBooksAsync()
 {
     return(_httpClient.GetItemsAsync($"{_booksUrl}"));
 }