venta envio lista y bug del stcok en vender arreglado

This commit is contained in:
carlos
2024-02-14 20:05:42 -06:00
parent 93d7aef100
commit c2008264f2
12 changed files with 66 additions and 68 deletions
+5
View File
@@ -20,5 +20,10 @@ namespace compabetov2.database.modelos
this.idVenta = id;
this.total = total;
}
public DetalleEnvioModel convertirADetalleEnvio()
{
return new DetalleEnvioModel(-1,this.producto,this.cantidad);
}
}
}