예제 #1
0
 public Startup(IHostEnvironment enviroment)
 {
     Configuration = enviroment.BuildConfiguration();
     Environment   = enviroment;
 }