Ejemplo n.º 1
0
 public static Student LoadStudent(string ID)
 {
     return(StudentServices.GetCurrentStudent(ID));
 }