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