コード例 #1
0
 public async Task <List <BrewModel> > GetAllAsync()
 {
     return(await brewRepository.GetAllAsync());
 }