|
In the AsyncEntitySetController/EntitySetController abstract classes you make use of an helper class to locate/resolve the ODataPath and the ODataQueryOptions; this helper class is marked as internal which prevents the developer from extending or customising
the implementation.
Please could we consider making the helper class replacable and/or extendable using per-controller-configuration and/or DI.
|