jacobduijzer / CleanArchitectureTemplate

A template for a dotnet core api / mvc "clean architecture" project.
61 stars 13 forks source link

Generic get with children? #39

Open jacobduijzer opened 4 years ago

jacobduijzer commented 4 years ago

https://codereview.stackexchange.com/questions/221714/get-all-children-recursively-in-entity-framework-core

jacobduijzer commented 4 years ago

I want to find out if it is possible to get children in a generic way like in the link above.