C# Class Affecto.Patterns.Domain.Tests.TestHelpers.AnotherTestDomainEvent

Inheritance: DomainEvent
Show file Open project: affecto/dotnet-Patterns.Domain

Public Methods

Method Description
AnotherTestDomainEvent ( System.Guid entityId ) : System
AnotherTestDomainEvent ( System.Guid entityId, long entityVersion ) : System

Method Details

AnotherTestDomainEvent() public method

public AnotherTestDomainEvent ( System.Guid entityId ) : System
entityId System.Guid
return System

AnotherTestDomainEvent() public method

public AnotherTestDomainEvent ( System.Guid entityId, long entityVersion ) : System
entityId System.Guid
entityVersion long
return System