C# Class TastyDomainDriven.Saga.SagaEventStore

Inheritance: EventStore, ISagaEventStore
Mostrar archivo Open project: jaceenet/TastyDomainDriven

Public Methods

Method Description
SagaEventStore ( IAppendOnlyStore appendOnlyStore ) : System

Method Details

SagaEventStore() public method

public SagaEventStore ( IAppendOnlyStore appendOnlyStore ) : System
appendOnlyStore IAppendOnlyStore
return System