namespace EnvelopeGenerator.Application.DTOs { public record EnvelopeReceiverDto( int EnvelopeId, int ReceiverId, int Sequence, string Name, string JobTitle, string CompanyName, string PrivateMessage, string AccessCode, DateTime AddedWhen, DateTime? ChangedWhen); }