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