Ejemplo n.º 1
0
 public Voting()
 {
     _state = new VotingState();
 }
Ejemplo n.º 2
0
 public Voting(VotingState state)
 {
     _state = state;
 }