Beispiel #1
0
 public DataTable GetStudentDetails(string stdid)
 {
     return(da.GetStudentDetails(stdid));
 }