C# Class AccountManagement.Domain.Events.EventStore.Services.AccountManagementEventStoreSession

Inheritance: EventStoreSession, IAccountManagementEventStoreSession
Afficher le fichier Open project: mlidbom/Composable.Monolithic

Méthodes publiques

Méthode Description
AccountManagementEventStoreSession ( IServiceBus bus, IEventStore store, ISingleContextUseGuard usageGuard, IUtcTimeTimeSource timeSource ) : Composable.CQRS.EventSourcing

Method Details

AccountManagementEventStoreSession() public méthode

public AccountManagementEventStoreSession ( IServiceBus bus, IEventStore store, ISingleContextUseGuard usageGuard, IUtcTimeTimeSource timeSource ) : Composable.CQRS.EventSourcing
bus IServiceBus
store IEventStore
usageGuard ISingleContextUseGuard
timeSource IUtcTimeTimeSource
Résultat Composable.CQRS.EventSourcing