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