Example #1
0
 public void Handle(QuestionDeletedEvent e)
 {
     Version = e.Version;
     Id      = e.AggregateId;
 }
Example #2
0
 public async Task Handle(QuestionDeletedEvent handle)
 {
     await QuestionEventBroadcaster.Instance.QuestionDeletedEventNotify(handle.AggregateId).ConfigureAwait(false);
 }