namespace WorkFlow.Application.Dto.Config { public record ConfigDto(int Id, string Title, string String, string AddedWho, DateTime AddedWhen, string? ChangedWho = null, DateTime? ChangedWhen = null); }