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

GetAggregateHistoryForUpdate() 공개 메소드

public GetAggregateHistoryForUpdate ( System.Guid id ) : IEnumerable
id System.Guid
리턴 IEnumerable
            public IEnumerable<IAggregateRootEvent> GetAggregateHistoryForUpdate(Guid id) { throw new NotImplementedException(); }
            public IEnumerable<IAggregateRootEvent> GetAggregateHistory(Guid id) { throw new NotSupportedException(); }