TJ.CQRS.Tests.StubAggregate.SomethingIShouldNotDo C# (CSharp) Méthode

SomethingIShouldNotDo() public méthode

public SomethingIShouldNotDo ( ) : void
Résultat void
        public void SomethingIShouldNotDo()
        {
            Apply(new ShouldNotEvent(AggregateId));
        }
    }