Exemplo n.º 1
0
 private void WhenTheCommandIsHandled()
 {
     _fsm.Handle(new global::Rafty.Log.LogEntry(_command, _command.GetType(), 0)).Wait();
 }
 private void WhenTheCommandIsHandled()
 {
     _fsm.Handle(new Rafty.Log.LogEntry(_command, _command.GetType(), 0));
 }