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

PersistMigrations() public method

public PersistMigrations ( ) : void
return void
            public void PersistMigrations() { throw new NotImplementedException(); }
            public IEnumerable<Guid> StreamAggregateIdsInCreationOrder(Type eventBaseType = null) { throw new NotImplementedException(); }