CQRS.Tests.CQRS.EventSourcing.InMemoryEventStoreTests.CreateEventStore2 C# (CSharp) Méthode

CreateEventStore2() protected méthode

protected CreateEventStore2 ( ) : IEventStore
Résultat IEventStore
        override protected IEventStore CreateEventStore2()
        {
            return new InMemoryEventStore();
        }
    }