refactor: Ersetzte 'usrId' durch 'userId'.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public record ProfileControlsTFCreateDto(int Id,
|
||||
int ProfileId,
|
||||
int UsrId,
|
||||
int UserId,
|
||||
long ObjId,
|
||||
string ObjType,
|
||||
string AttrName,
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace WorkFlow.Application.DTO.ProfileControlsTF
|
||||
{
|
||||
public record ProfileControlsTFDto(int Id,
|
||||
int ProfileId,
|
||||
int UsrId,
|
||||
int UserId,
|
||||
long ObjId,
|
||||
string ObjType,
|
||||
string AttrName,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public record ProfileObjStateCreateDto(
|
||||
int ProfileId,
|
||||
int UsrId,
|
||||
int UserId,
|
||||
long ObjId,
|
||||
int StateId,
|
||||
string? State2 = null,
|
||||
|
||||
@@ -6,7 +6,7 @@ namespace WorkFlow.Application.DTO.ProfileObjState
|
||||
{
|
||||
public record ProfileObjStateDto(int Id,
|
||||
int ProfileId,
|
||||
int UsrId,
|
||||
int UserId,
|
||||
long ObjId,
|
||||
int StateId,
|
||||
string AddedWho,
|
||||
|
||||
Reference in New Issue
Block a user