protected bool Equals(StageFinishedEvent other)
 {
     return(Equals(_stageId, other._stageId));
 }
Exemplo n.º 2
0
 public void On(StageFinishedEvent evnt)
 {
     _currentStage++;
 }