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