示例#1
0
 /// <inheritdoc />
 public async Task <List <Beer> > GetAllBeersAsync()
 {
     return(await Beers.ToListAsync());
 }