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