Ejemplo n.º 1
0
 public bool RemoveCategory(int idCategory, int idBeer)
 {
     return(beerRepository.RemoveBeerCategory(idCategory, idBeer));
 }