Example #1
0
 public static List <Student> GetStudentByF_Name(string firstName)
 {
     return(StudentServices.GetStudentByFirstName(firstName));
 }