Files
AlquilaFacil/Entidades/Dto/AltaNotificacionDto.cs

7 lines
235 B
C#

namespace Entidades.Dto;
public class AltaNotificacionDto {
public string Remitente { get; set; } ="";
public string Accion { get; set; } ="";
public string Mensaje { get; set; } ="";
public int Propiedad { get; set;}
}