CQRS.Tests.CQRS.EventSourcing.EventStoreSessionTests.MockEventStore.DeleteEvents C# (CSharp) 메소드

DeleteEvents() 공개 메소드

public DeleteEvents ( System.Guid aggregateId ) : void
aggregateId System.Guid
리턴 void
            public void DeleteEvents(Guid aggregateId) { DeletedAggregates.Add(aggregateId); }
            public void PersistMigrations() { throw new NotImplementedException(); }