コード例 #1
0
ファイル: Global.asax.cs プロジェクト: paragsawant/Problems
 protected void Application_Start()
 {
     SqlSetup.Setup();
     Config.Configure();
     AreaRegistration.RegisterAllAreas();
     GlobalConfiguration.Configure(WebApiConfig.Register);
 }