예제 #1
0
 /// <summary>
 /// 获取学院信息的方法
 /// </summary>
 /// <returns></returns>
 public List <CollegeInfo> GetAllCollegeInfo()
 {
     return(common.GetAllCollegeInfo());
 }
예제 #2
0
 public List <CollegeInfo> GetAllCollegeInfo() //获取学院信息的方法
 {
     return(common.GetAllCollegeInfo());
 }