public LocalEventStore( IEventTypeLookupStrategy eventTypeLookupStrategy, CommandContext commandContext ) { _eventTypeLookupStrategy = eventTypeLookupStrategy; _commandContext = commandContext; }
public LocalEventStore( LiteDatabase db, IEventTypeLookupStrategy eventTypeLookupStrategy, CommandContext commandContext ) { this._db = db; _eventTypeLookupStrategy = eventTypeLookupStrategy; _commandContext = commandContext; }