Exemplo n.º 1
0
 public IEnumerable <Cerveja> GetAll()
 {
     return(_cervejaRepository.GetAll());
 }