Exemple #1
0
 public void PrintContestantInfo(Contestant contestant)
 {
     UserInterface.DisplayWinner(contestant);
 }
Exemple #2
0
 public void RegisterConstestant(Contestant contestant)
 {
     contestant.registrationNum = dictionaryOfContestants.Count + 1;
     dictionaryOfContestants.Add(contestant.registrationNum, contestant);
 }