todo lo relacionado a cuentas funcionando

This commit is contained in:
carlos
2024-02-14 21:58:41 -06:00
parent c2008264f2
commit 736d8be03c
10 changed files with 23 additions and 56 deletions
+5
View File
@@ -25,5 +25,10 @@ namespace compabetov2.database.modelos
{
return new DetalleEnvioModel(-1,this.producto,this.cantidad);
}
public DetalleCuentaModel convertirADetalleCuenta()
{
return new DetalleCuentaModel(this.producto, this.cantidad, -1);
}
}
}