enisn / AutoFilterer

AutoFilterer is a mini filtering framework library for dotnet. The main purpose of the library is to generate LINQ expressions for Entities over DTOs automatically. The first aim is to be compatible with Open API 3.0 Specifications
MIT License
458 stars 37 forks source link

Dependency Injection Compatibility #52

Open enisn opened 2 years ago

enisn commented 2 years ago

Filtering and data transferring should be separated and filtering should be injected from IoC container.