示例#1
0
 public static void UpdateCantidadVenta(float Cantidad, int IDProducto)
 {
     CADProducto.UpdateCantidadVenta(Cantidad, IDProducto);
 }