refactor(ProfileControlsTFCreateDto): Entfernte id.
This commit is contained in:
parent
364036b9e4
commit
ee99d40fb1
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user