C# Class CQRS.Tests.CQRS.EventSourcing.SomeEvent

Inheritance: AggregateRootEvent
Show file Open project: mlidbom/Composable.Monolithic

Public Methods

Method Description
SomeEvent ( System.Guid aggregateRootId, int version ) : System

Method Details

SomeEvent() public method

public SomeEvent ( System.Guid aggregateRootId, int version ) : System
aggregateRootId System.Guid
version int
return System