digipolisantwerp / dataaccess_aspnetcore_deprecated

Generic repository/unit of work framework for ASP.NET Core with Entity Framework.
Other
140 stars 45 forks source link

Readme.md uses "IncludeList" in its examples. #48

Open kstr opened 6 years ago

kstr commented 6 years ago

eg.: var includeList = new IncludeList(e => e.Child);

IncludeList does not seem to be available (anymore).