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