From ee99d40fb1e5b2f267cbce1103bc8245b093ba27 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Fri, 25 Oct 2024 12:24:07 +0200 Subject: [PATCH] refactor(ProfileControlsTFCreateDto): Entfernte id. --- .../DTO/ProfileControlsTF/ProfileControlsTFCreateDto.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,