AccountManagement.Domain.Events.EventStore.Services.AccountManagementEventStoreSession.AccountManagementEventStoreSession C# (CSharp) Method

AccountManagementEventStoreSession() public method

public AccountManagementEventStoreSession ( IServiceBus bus, IEventStore store, ISingleContextUseGuard usageGuard, IUtcTimeTimeSource timeSource ) : Composable.CQRS.EventSourcing
bus IServiceBus
store IEventStore
usageGuard ISingleContextUseGuard
timeSource IUtcTimeTimeSource
return Composable.CQRS.EventSourcing
        public AccountManagementEventStoreSession(IServiceBus bus, IEventStore store, ISingleContextUseGuard usageGuard, IUtcTimeTimeSource timeSource)
            : base(bus, store, usageGuard, timeSource) {}
    }
AccountManagementEventStoreSession