boton vender de la venta venta listo

This commit is contained in:
carlos
2024-02-14 18:47:18 -06:00
parent cbc7201b23
commit 93d7aef100
18 changed files with 198 additions and 104 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ namespace compabetov2.database.modelos
{
public int idVenta;
public int cantidad;
public Producto producto;
public Variante producto;
public decimal total;
public DetalleVentaModel(int cantidad, Producto producto, int id = -1, decimal total = 0)
public DetalleVentaModel(int cantidad, Variante producto, int id = -1, decimal total = 0)
{
this.cantidad = cantidad;
this.producto = producto;