Since service supports per controller configuration, we may consider to make an ODataControllerAttribute which register the ODataModelBinder to service and place the attribute on EntitySetController.
So users don't need to write [FromODataUri] everywhere. If they derive from EntitySetController, they don't need to write anything additional to support it.
So users don't need to write [FromODataUri] everywhere. If they derive from EntitySetController, they don't need to write anything additional to support it.