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

GetAggregateHistoryForUpdate() public méthode

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