CQRS.Tests.CQRS.EventSourcing.EventRefactoring.Migrations.EventStreamMutatorTestsBase.EventStreamMutatorTestsBase C# (CSharp) Method

EventStreamMutatorTestsBase() protected method

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