public void Handle(TestEventEnd @event)
 {
     HandledEvent(@event);
 }
Exemplo n.º 2
0
 public TestProcessManagerState Apply(TestEventEnd @event)
 {
     ProcessEnded = true;
     return(this);
 }