Affecto.Patterns.Domain.UnitOfWork.Tests.TestHelpers.TestAggregateRoot3.ApplyEvent C# (CSharp) Method

ApplyEvent() public method

public ApplyEvent ( DomainEvent @event ) : void
@event DomainEvent
return void
        public new void ApplyEvent(DomainEvent @event)
        {
            base.ApplyEvent(@event);
        }
    }