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