refactor(ProfileControlsTFCreateDto): Entfernte id.
This commit is contained in:
parent
364036b9e4
commit
ee99d40fb1
@ -1,6 +1,6 @@
|
||||
namespace WorkFlow.Application.DTO.ProfileControlsTF
|
||||
{
|
||||
public record ProfileControlsTFCreateDto(int Id,
|
||||
public record ProfileControlsTFCreateDto(
|
||||
int ProfileId,
|
||||
int UserId,
|
||||
long ObjId,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user