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(); }