コード例 #1
0
ファイル: Startup.cs プロジェクト: JGaudion/openidconnect
 public Startup(IHostingEnvironment env)
 {
     this.bootstrap = new UsersApiBootstrap();
     this.Configuration = this.bootstrap.GetConfiguration();
 }
コード例 #2
0
 public Startup(IHostingEnvironment env)
 {
     this.bootstrap     = new UsersApiBootstrap();
     this.Configuration = this.bootstrap.GetConfiguration();
 }