refactor(ProfileControlsTFCreateDto): Entfernte id.

This commit is contained in:
Developer 02 2024-10-25 12:24:07 +02:00
parent 364036b9e4
commit ee99d40fb1

View File

@ -1,6 +1,6 @@
namespace WorkFlow.Application.DTO.ProfileControlsTF namespace WorkFlow.Application.DTO.ProfileControlsTF
{ {
public record ProfileControlsTFCreateDto(int Id, public record ProfileControlsTFCreateDto(
int ProfileId, int ProfileId,
int UserId, int UserId,
long ObjId, long ObjId,