예제 #1
0
 void IDependencyContainer.Register <TImpl>() => StaticContainer.Register <TImpl>();
예제 #2
0
 void IDependencyContainer.Register <TImpl>(Func <TImpl> factory) => StaticContainer.Register <TImpl>(factory);