refactor: repUserId-Parameter zur ReadAllAsync-Methode in UserRepRepository hinzugefügt
This commit is contained in:
@@ -18,6 +18,7 @@ namespace DigitalData.UserManager.Infrastructure.Repositories
|
||||
_uRepRepo = userRepRepository;
|
||||
}
|
||||
|
||||
//TODO: instead of this implmenet .OnDelete(DeleteBehavior.ClientCascade) in DbContext
|
||||
public override async Task<bool> DeleteAsync(Group group)
|
||||
{
|
||||
var gou_list = await _gouRepo.ReadAsync(readOnly: false, groupId: group.Id);
|
||||
|
||||
Reference in New Issue
Block a user