Ejemplo n.º 1
0
 public static List <Student> GetStudentByEmail(string email)
 {
     return(StudentServices.GetStudentByEmail(email));
 }