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