예제 #1
0
 // GET api/upc/5
 public IEnumerable <BeerEntity> Get(string id)
 {
     return(beerService.GetBeerForUpc(id));
 }