Ejemplo n.º 1
0
 public Startup(IHostingEnvironment env)
 {
     this.bootstrap = new UsersApiBootstrap();
     this.Configuration = this.bootstrap.GetConfiguration();
 }
Ejemplo n.º 2
0
 public Startup(IHostingEnvironment env)
 {
     this.bootstrap     = new UsersApiBootstrap();
     this.Configuration = this.bootstrap.GetConfiguration();
 }