コード例 #1
0
 // GET api/beer/5
 public BeerEntity Get(String id)
 {
     return(beerService.GetBeerDetails(id));
 }