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