WebAPI/Global.asax.cs @@ -11,6 +11,7 @@ { protected void Application_Start() { GlobalConfiguration.Configure(WebApiConfig.Register); } }