C# Class Composable.CQRS.EventSourcing.Refactoring.Migrations.EndOfAggregateHistoryEventPlaceHolder

Inheritance: AggregateRootEvent
ファイルを表示 Open project: mlidbom/Composable.Monolithic

Public Methods

Method Description
EndOfAggregateHistoryEventPlaceHolder ( System.Guid aggregateId, int i ) : System

Method Details

EndOfAggregateHistoryEventPlaceHolder() public method

public EndOfAggregateHistoryEventPlaceHolder ( System.Guid aggregateId, int i ) : System
aggregateId System.Guid
i int
return System