示例#1
0
 /// <summary>
 /// 查询全部
 ///</summary>
 public static List <Semester> AllData(string WhereSrc, string PXzd, string PXType)
 {
     return(SemesterDAL.AllData(WhereSrc, PXzd, PXType));
 }