CQRS.Tests.CQRS.EventSourcing.EventRefactoring.Migrations.EventStreamMutatorTestsBase.EventStreamMutatorTestsBase C# (CSharp) Méthode

EventStreamMutatorTestsBase() protected méthode

protected EventStreamMutatorTestsBase ( Type eventStoreType ) : System
eventStoreType System.Type
Résultat System
        protected EventStreamMutatorTestsBase(Type eventStoreType) {
            EventStoreType = eventStoreType;
        }