refactor: Ersetzte 'usrId' durch 'userId'.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public record ProfileObjStateCreateDto(
|
||||
int ProfileId,
|
||||
int UsrId,
|
||||
int UserId,
|
||||
long ObjId,
|
||||
int StateId,
|
||||
string? State2 = null,
|
||||
|
||||
Reference in New Issue
Block a user