示例#1
0
 /// <summary>
 /// Application_s the start.
 /// </summary>
 protected void Application_Start()
 {
     AreaRegistration.RegisterAllAreas();
     WebApiConfig.PostStart();
     SwaggerConfig.PostStart();
 }