This is useful for unit testing following actions:
IQueryable<string> Get(ODataQueryOptions<Todo> options)
Users have to build options by themselves and in that case, they need a queryable mode model. Otherwise, the model builder won't work for some cases like no-ID entities.
IQueryable<string> Get(ODataQueryOptions<Todo> options)
Users have to build options by themselves and in that case, they need a queryable mode model. Otherwise, the model builder won't work for some cases like no-ID entities.