EFCore Multi-level relation
I have been wondering if it is possible to describe a multi level relation using the fluent api from EFCore.
For example
where MemberOfGroups is based on the Members from Roles from the Group?
For example
where MemberOfGroups is based on the Members from Roles from the Group?