Esempio n. 1
0
 public CustomBootstrapper(IDependencyBootstrapper dependencyBootstrapper)
 {
     this.dependencyBootstrapper = dependencyBootstrapper;
     this.corsMethodsPatterns    = new Lazy <Tuple <Regex, string[]>[]>(this.GetCorsMethodsPatterns);
 }
Esempio n. 2
0
 public Cli(IDependencyBootstrapper dependencyBootstrapper)
 {
     this.dependencyBootstrapper = dependencyBootstrapper;
 }