예제 #1
0
파일: Startup.cs 프로젝트: SpinStrike/Blog
 public void Configuration(IAppBuilder app)
 {
     IdentityConfiguration.Configuration(app);
 }