namespace WorkFlow.Application.DTO.Profile { public record ProfileCreateDto(string IntlName, int ExtId1, bool Active, byte TypeId) : BaseCreateDto; }