CQRS.Tests.CQRS.EventSourcing.EventStoreSessionTests.MockEventStore.DeleteEvents C# (CSharp) Method

DeleteEvents() public method

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