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