예제 #1
0
 public bool Edit(Venta Venta)
 {
     return(VentaService.Edit(Venta));
 }