コード例 #1
0
ファイル: BLL.cs プロジェクト: ranwang21/CSharp_Desktop_App
 public static List <Student> GetStudentByL_Name(string lastName)
 {
     return(StudentServices.GetStudentByLastName(lastName));
 }