refactor: repUserId-Parameter zur ReadAllAsync-Methode in UserRepRepository hinzugefügt

This commit is contained in:
Developer 02
2024-10-30 16:09:35 +01:00
parent 4c02607409
commit 1273b7ac46
3 changed files with 7 additions and 3 deletions

View File

@@ -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);