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