Beispiel #1
0
 protected void Application_Start()
 {
     DatabaseConfig.Initialize();
     GlobalConfiguration.Configure(WebApiConfig.Register);
 }