public void PublishEvent(IHistoryEvent historyEvent)
 {
     _EventAggregator.Publish(historyEvent);
 }
예제 #2
0
 public void PublishEvent(IHistoryEvent historyEvent)
 {
     _EventAggregator.Publish(historyEvent);
 }