Beispiel #1
0
 public int CompareTo(WinnerFirstVotesModel other)
 {
     return(Wahlkreis.CompareTo(other.Wahlkreis));
 }