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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void
            public void Dispose() { }
            public IEnumerable<IAggregateRootEvent> GetAggregateHistoryForUpdate(Guid id) { throw new NotImplementedException(); }