Exemplo n.º 1
0
 public DataTable StudentInfoSearchSname(Model.Student st)
 {
     return(Stu.StudentInfoSearchSname(st));
 }