Ejemplo n.º 1
0
 private ChildLifetimeScope(Kernel kernel, RootLifetimeScope rootScope, ChildLifetimeScope parentScope)
     : base(kernel, parentScope)
 {
     _rootScope = rootScope;
 }
Ejemplo n.º 2
0
 public ChildLifetimeScope(Kernel kernel, RootLifetimeScope rootScope)
     : base(kernel, rootScope)
 {
     _rootScope = rootScope;
 }