namespace DigitalData.UserManager.Application.DTOs.Module { public record ModuleDto( int Guid, string? Name, string? ShortName ); }