예제 #1
0
 public static int AddNewCollege(string collegeName)
 {
     return(ParticipantRepository.AddNewCollege(collegeName));
 }