Esempio n. 1
0
 public void Configuration(IAppBuilder app)
 {
     app.UseErrorPage();
     app.UseServiceStack(new Host());
 }