Example #1
0
 /// <inheritdoc />
 public async Task <Beer> GetBeerByIdAsync(int id)
 {
     return(await Beers.FindAsync(id));
 }