Affecto.Patterns.Domain.Tests.TestHelpers.AnotherTestDomainEvent.AnotherTestDomainEvent C# (CSharp) Method

AnotherTestDomainEvent() public method

public AnotherTestDomainEvent ( System.Guid entityId ) : System
entityId System.Guid
return System
        public AnotherTestDomainEvent(Guid entityId)
            : base(entityId)
        {
        }
    }

Same methods

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