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