Exemplo n.º 1
0
 public CervejaAggregate.Cerveja GetCerveja(Guid id)
 {
     return(_cervejaRepository.Read(id));
 }