Ejemplo n.º 1
0
 // GET api/beer
 public IEnumerable <BeerEntity> Get()
 {
     return(beerService.GetAll());
 }