Example #1
0
 public List <Student> GetStudentByClass(string selectedClass)
 {
     return(studentManager.GetStudentByClass(selectedClass));
 }