Example #1
0
 public static List <Student> GetStudentByID(string ID)
 {
     return(StudentServices.GetStudentByID(ID));
 }