todo lo relacionado a cuentas funcionando
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user