Example #1
0
 private bool Handle(EmitTestSagaState testCommmand)
 {
     Emit(new TestSagaCompletedEvent(State));
     return(true);
 }