public void PublishEvent(IHistoryEvent historyEvent)
 {
     _EventAggregator.Publish(historyEvent);
 }
Ejemplo n.º 2
0
 public void PublishEvent(IHistoryEvent historyEvent)
 {
     _EventAggregator.Publish(historyEvent);
 }