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