Пример #1
0
 public bool AddCategory(int idCategory, int idBeer)
 {
     return(beerRepository.AddBeerCategory(idCategory, idBeer));
 }