CQRS.Tests.CQRS.EventSourcing.EventStoreSessionTests.MockEventStore.PersistMigrations C# (CSharp) Метод

PersistMigrations() публичный Метод

public PersistMigrations ( ) : void
Результат void
            public void PersistMigrations() { throw new NotImplementedException(); }
            public IEnumerable<Guid> StreamAggregateIdsInCreationOrder(Type eventBaseType = null) { throw new NotImplementedException(); }