namespace WorkFlow.Application.DTO.State { public record StateDto(int Id, string IntlState, string AddedWho, DateTime AddedWhen); }