Exemple #1
0
 public NinjectScope(IKernel root)
 {
     _childKernel    = new ChildKernel(root);
     ServiceProvider = _childKernel.ForAspNet();
 }