implementado hasta el ultimo paso antes de hacer la tercera notificacion
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Entidades.Dto;
|
||||
public class PrecontratoDto {
|
||||
public string EmailInquilino { get; set; } = "";
|
||||
public string EmailPropietario { get; set; } = "";
|
||||
public int IdPropiedad { get; set; }
|
||||
public int CantidadGarantes { get; set; }
|
||||
public int MesesHastaAumento { get; set; }
|
||||
public bool TieneOpcionVenta { get; set; }
|
||||
public DateTime fechaprimernotificacion { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user