예제 #1
0
 private void InternalApply(object e)
 {
     Version++;
     RedirectToWhen.InvokeEventOptional((T)this, e);
 }
예제 #2
0
 public void Apply(IEvent <IIdentity> e)
 {
     Version++;
     RedirectToWhen.InvokeEventOptional(this, e);
 }