Ejemplo n.º 1
0
 public Venta Get(int id)
 {
     return(ventaRepo.Get(id));
 }