entityrepository / ODataServer

Enhances Web API OData functionality, featuring generic OData controllers that can be generated from a domain model, including any Entity Framework DbContext.
15 stars 4 forks source link

Verify that custom Actions can be added to controllers #13

Open johncrim opened 9 years ago

johncrim commented 9 years ago

Eg these examples: http://www.asp.net/web-api/overview/odata-support-in-aspnet-web-api/odata-v3/odata-actions

Should still work when using EntityRepository.