Esempio n. 1
0
 public static string GetCollegeName(int collegeID)
 {
     return(ParticipantRepository.GetCollegeName(collegeID));
 }