diff --git a/WorkFlow.Application/DTO/ProfileControlsTF/ProfileControlsTFCreateDto.cs b/WorkFlow.Application/DTO/ProfileControlsTF/ProfileControlsTFCreateDto.cs index f591962..96248be 100644 --- a/WorkFlow.Application/DTO/ProfileControlsTF/ProfileControlsTFCreateDto.cs +++ b/WorkFlow.Application/DTO/ProfileControlsTF/ProfileControlsTFCreateDto.cs @@ -1,6 +1,6 @@ namespace WorkFlow.Application.DTO.ProfileControlsTF { - public record ProfileControlsTFCreateDto(int Id, + public record ProfileControlsTFCreateDto( int ProfileId, int UserId, long ObjId,