Exemple #1
0
 /// <summary>
 /// 以学院编号获取专业信息的方法
 /// </summary>
 /// <param name="collegeID">学院编号</param>
 /// <returns></returns>
 public List <MajorInfo> GetAllMajorInfo(int collegeID)
 {
     return(common.GetAllMajorInfo(collegeID));
 }