Example #1
0
 public IEnumerable <Model.Student> GetStudentsBySchoolID(int ID)
 {
     return(_studentsRepo.GetStudentsBySchool(ID));
 }