示例#1
0
 public List<SchoolYear> GetLastFiveSY()
 {
     SchoolYearService sy = new SchoolYearService();
     return sy.GetAllSY();
 }
示例#2
0
 public List<SchoolYear> GetAllSchoolYears()
 {
     SchoolYearService s = new SchoolYearService();
     return s.GetAllSY();
 }