예제 #1
0
파일: Startup.cs 프로젝트: ChaimTesser/KTG
 public void Configuration(IAppBuilder app)
 {
     Geocoder.Init();
     ConfigureAuth(app);
 }