Beispiel #1
0
 public Voting()
 {
     _state = new VotingState();
 }
Beispiel #2
0
 public Voting(VotingState state)
 {
     _state = state;
 }