public IInjectionContext GetContext(IInternalContainer worker)
 {
     return(new InjectionContext(worker));
 }
Beispiel #2
0
 public Container(IInternalContainer internalContainer, IContextHolder holder, IGroboContainerLog currentLog)
 {
     this.internalContainer = internalContainer;
     this.holder            = holder;
     lastConstructedLog     = currentLog;
 }