コード例 #1
0
 //
 public DataTable StudentInfoSearchSno(Model.Student st)
 {
     return(Stu.StudentInfoSearchSno(st));
 }