Example #1
0
 public Order When(PaymentRecieved @event) => this;
Example #2
0
 public static ICommand When(PaymentRecieved @event, Order state) => Ship(state);
Example #3
0
 public static ICommand When(PaymentRecieved @event) => new CompletePayment();