Пример #1
0
 void IDependencyContainer.RegisterSingleton <TImpl>() => StaticContainer.RegisterSingleton <TImpl>();
Пример #2
0
 void IDependencyContainer.RegisterSingleton <TImpl>(Func <TImpl> factory) => StaticContainer.RegisterSingleton <TImpl>(factory);