public void Commit() { foreach (var eventSource in _eventSources.Keys) { _eventSourceMapper.Set(_commandContext, eventSource); } }
protected override void Event() { _eventSourceMapper.Set(_commandContext, _eventSource.Object); }