Ejemplo n.º 1
0
 public DistanceViewpoint(Voter voter) : base()
 {
     this.voter = voter;
 }
Ejemplo n.º 2
0
 public Candidate(int index, Voter voter)
 {
     this.index = index;
     this.voter = voter;
 }