Example #1
0
 public static List <Student> GetStudentByL_Name(string lastName)
 {
     return(StudentServices.GetStudentByLastName(lastName));
 }