digipolisantwerp / dataaccess_aspnetcore_deprecated

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

Removed EntityBase constraint on multiple interfaces and classes. #11

Closed khellinx closed 8 years ago

khellinx commented 8 years ago

Only the constraints on the EntityRepositoryBase and GenericEntityRepository remain to be able to filter on EntityBase.Id property for the Get operation.

khellinx commented 8 years ago

Also, the extended paging properties have been added in this pull request.

StevenVandenBroeck commented 8 years ago

Can you also update version number, changelog and readme ?

khellinx commented 8 years ago

Done.