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

InMemoryEventStoreEventStreamMutatorTests() public method

public InMemoryEventStoreEventStreamMutatorTests ( ) : System
return System
        public InMemoryEventStoreEventStreamMutatorTests() : base(typeof(InMemoryEventStore)) { }
    }
InMemoryEventStoreEventStreamMutatorTests