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