Ejemplo n.º 1
0
 public Produto ObterPorID(int Id)
 {
     return(repositorio.ObterPorID(Id));
 }