// *2* factory forwards incoming command
 public void Execute(ICommand <RecipeId> c)
 {
     RedirectToWhen.InvokeCommand(this, c);
 }
Example #2
0
 private void InternalApply(object e)
 {
     Version++;
     RedirectToWhen.InvokeEventOptional((T)this, e);
 }
Example #3
0
 public void Apply(IEvent <IIdentity> e)
 {
     Version++;
     RedirectToWhen.InvokeEventOptional(this, e);
 }