Beispiel #1
0
 public ObjectContainer()
 {
     _container = new Container();
     _container.Options.DefaultScopedLifestyle = new AsyncScopedLifestyle();
     _lifecycleConverter = new SimpleInjectorLifecycleConverter();
 }
Beispiel #2
0
 public ObjectContainer()
 {
     _container          = new Container();
     _lifecycleConverter = new SimpleInjectorLifecycleConverter();
 }