示例#1
0
 public object ResolveComponent(IComponentRegistration registration)
 => RootLifetimeScope.ResolveComponent(registration);
示例#2
0
 public void Dispose()
 {
     RootLifetimeScope.Dispose();
 }
示例#3
0
 public ILifetimeScope BeginLifetimeScope()
 => RootLifetimeScope.BeginLifetimeScope();