Esempio n. 1
0
 public void Configuration(IAppBuilder app)
 {
     app.UseShowEnvironmentInResponseBody();
     app.UseShowEnvironmentInConsole();
 }