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