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