refactor: Ersetzte 'usrId' durch 'userId'.
This commit is contained in:
@@ -8,7 +8,7 @@ namespace WorkFlow.Infrastructure.Contracts
|
||||
Task<IEnumerable<ProfileObjState>> ReadAsync(
|
||||
bool isReadonly = true,
|
||||
bool withProfile = true, bool withUser = true, bool withState = true,
|
||||
int? usrId = null, string? username = null,
|
||||
int? userId = null, string? username = null,
|
||||
int? profileId = null, int? objId = null, bool? profileActive = null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user