Ejemplo n.º 1
0
 public async Task <List <Book> > GetWithGenre(int id)
 {
     return(await bookDao.GetWithGenre(id).ConfigureAwait(false));
 }