Exemplo n.º 1
0
 public void ConfigureAuth(IAppBuilder app)
 {
     app.Use(NorthwindEntities.Create());
 }