예제 #1
0
 public IEnumerable <CervejaAggregate.Cerveja> GetAllCervejas()
 {
     return(_cervejaRepository.ReadAll());
 }