CQRS.Tests.CQRS.EventSourcing.EventStoreSessionTests.MockEventStore.StreamAggregateIdsInCreationOrder C# (CSharp) Method

StreamAggregateIdsInCreationOrder() public method

public StreamAggregateIdsInCreationOrder ( ) : IEnumerable
return IEnumerable
            public IEnumerable<Guid> StreamAggregateIdsInCreationOrder() { throw new NotImplementedException(); }
        }

Same methods

EventStoreSessionTests.MockEventStore::StreamAggregateIdsInCreationOrder ( Type eventBaseType = null ) : IEnumerable