Beispiel #1
0
 public static ILifetimeScope GetContainer()
 {
     if (_container == null)
     {
         Debug.WriteLine(">> Creating Lifetime Scope...");
         _container = Externals.BeginLifetimeScope();
     }
     return(_container);
 }