Small Refactor
Highlights
- Moved
IQueryableValuesEnabledDbContextextension methods to their own class.- This provides flexibility when deciding what extensions method to make available via the
usingdirective (e.g.using static ...).
- This provides flexibility when deciding what extensions method to make available via the
- Minor tweaks to the docs.
✌