CQRS.Tests.CQRS.EventSourcing.EventRefactoring.Migrations.EventStreamMutatorTestsBase.EventStreamMutatorTestsBase C# (CSharp) 메소드

EventStreamMutatorTestsBase() 보호된 메소드

protected EventStreamMutatorTestsBase ( Type eventStoreType ) : System
eventStoreType System.Type
리턴 System
        protected EventStreamMutatorTestsBase(Type eventStoreType) {
            EventStoreType = eventStoreType;
        }