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

CreateEventStore() protected méthode

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