Exemple #1
0
 public void Configuration(IAppBuilder app)
 {
     DataCollector.CreateDb();
     ConfigureAuth(app);
 }