falta interfaz venta
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Entidades.Dto;
|
||||
public class OpcionVentaDto{
|
||||
public long Id { get; set;}
|
||||
public decimal Monto { get; set;}
|
||||
public string Divisa { get; set;} ="";
|
||||
public bool EnOrden { get; set;}
|
||||
public bool FueEjercido { get; set; }
|
||||
}
|
||||
@@ -8,4 +8,6 @@ public class PrecontratoDto {
|
||||
public bool TieneOpcionVenta { get; set; }
|
||||
public string fechaprimernotificacion { get; set; } = "";
|
||||
public int MesesDuracionContrato { get; set; }
|
||||
public Decimal MontoOpcion {get; set; }
|
||||
public int iddivisa { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user