algun avance tengo
This commit is contained in:
8
Entidades/Dto/CancelarPrecontratoDto.cs
Normal file
8
Entidades/Dto/CancelarPrecontratoDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Entidades.Dto;
|
||||
public class CancelarPrecontratoDto {
|
||||
public string EmailPropietario { get; set; } ="";
|
||||
public string EmailInquilino { get; set; } ="";
|
||||
public DateTime fecha { get; set; }
|
||||
|
||||
public int idpropiedad { get; set; } = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user