Exemplo n.º 1
0
 public TopContext()
     : base()
 {
     _contextLifetimeManager = ObjectContainer.Resolve<IContextLifetimeManager>();
 }
Exemplo n.º 2
0
 public TopContext() : base()
 {
     _contextLifetimeManager = ObjectContainer.Resolve <IContextLifetimeManager>();
 }
Exemplo n.º 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");
 }