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