Exemple #1
0
 protected void Application_Start()
 {
     SqlSetup.Setup();
     Config.Configure();
     AreaRegistration.RegisterAllAreas();
     GlobalConfiguration.Configure(WebApiConfig.Register);
 }