예제 #1
0
 public Resolver(IDepencencyInjectionContainer container)
 {
     if (container == null)
     {
         throw new ArgumentNullException(nameof(container));
     }
     this.container = container;
 }
예제 #2
0
 public FakeScopedContainer(IDepencencyInjectionContainer container)
 {
     this.container = container;
 }