refactor: repUserId-Parameter zur ReadAllAsync-Methode in UserRepRepository hinzugefügt
This commit is contained in:
@@ -7,6 +7,6 @@ namespace DigitalData.UserManager.Infrastructure.Contracts
|
||||
{
|
||||
Task<IEnumerable<UserRep>> ReadAllAsync(
|
||||
bool withUser = false, bool withRepGroup = false, bool withGroup = false, bool withRepUser = false,
|
||||
int? userId = null, int? groupId = null, int? repGroupId = null, bool readOnly = true);
|
||||
int? userId = null, int? repUserId = null, int? groupId = null, int? repGroupId = null, bool readOnly = true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user