boton vender de la venta venta listo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user