Example #1
0
 public TopContext()
     : base()
 {
     _contextLifetimeManager = ObjectContainer.Resolve<IContextLifetimeManager>();
 }
Example #2
0
 public TopContext() : base()
 {
     _contextLifetimeManager = ObjectContainer.Resolve <IContextLifetimeManager>();
 }
Example #3
0
 public DefaultContextManager(IContextLifetimeManager contextLifetimeManager, ILoggerFactory loggerFactory)
 {
     _contextLifetimeManager = contextLifetimeManager;
     _logger = loggerFactory.Create("EventSourcing.DefaultContextManager");
 }
 public DefaultContextManager(IContextLifetimeManager contextLifetimeManager, ILoggerFactory loggerFactory)
 {
     _contextLifetimeManager = contextLifetimeManager;
     _logger = loggerFactory.Create("EventSourcing.DefaultContextManager");
 }