CQRS.Tests.CQRS.EventSourcing.EventStoreSessionTests.MockEventStore.Dispose C# (CSharp) Méthode

Dispose() public méthode

public Dispose ( ) : void
Résultat void
            public void Dispose() { }
            public IEnumerable<IAggregateRootEvent> GetAggregateHistoryForUpdate(Guid id) { throw new NotImplementedException(); }