C# Class TastyDomainDriven.Saga.SagaEventStore

Inheritance: EventStore, ISagaEventStore
ファイルを表示 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