예제 #1
0
 public void RaiseEvent(DomainEvent e)
 {
     base.RaiseEvent(e.CloneWithSaga(Id));
 }