- public HttpResponseMessage Get(ODataQueryOptions)
- problem is that we don’t know the T when we try to do model binding
- one solutions is
- ODataQueryOptions<T>
- problem is that we don’t know the T when we try to do model binding
- one solutions is
- ODataQueryOptions<T>