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