コード例 #1
0
 private ChildLifetimeScope(Kernel kernel, RootLifetimeScope rootScope, ChildLifetimeScope parentScope)
     : base(kernel, parentScope)
 {
     _rootScope = rootScope;
 }
コード例 #2
0
 public ChildLifetimeScope(Kernel kernel, RootLifetimeScope rootScope)
     : base(kernel, rootScope)
 {
     _rootScope = rootScope;
 }