Ejemplo n.º 1
0
 public object ResolveComponent(IComponentRegistration registration)
 => RootLifetimeScope.ResolveComponent(registration);
Ejemplo n.º 2
0
 public void Dispose()
 {
     RootLifetimeScope.Dispose();
 }
Ejemplo n.º 3
0
 public ILifetimeScope BeginLifetimeScope()
 => RootLifetimeScope.BeginLifetimeScope();