namespace EnvelopeGenerator.Application.DTOs { public record UserReceiverDto( int Guid, int UserId, int ReceiverId, string Name, string CompanyName, string JobTitle, DateTime AddedWhen); }