Пример #1
0
 public List <BeerType> GetBeerTypes()
 {
     return(beerRepository.GetBeerTypes());
 }