Esempio n. 1
0
 public Venta GetByID(int ID)
 {
     return(VentaService.GetByID(ID));
 }