Exemplo n.º 1
0
 public List <Beer> GetBeerForBeerType(int hotDogGroupId)
 {
     return(beerRepository.GetBeerForBeerType(hotDogGroupId));
 }