Beispiel #1
0
 public static DataSet GetDropDownListAllSTD_SubjectStudent()
 {
     DataSet sTD_SubjectStudents = new DataSet();
     SqlSTD_SubjectStudentProvider sqlSTD_SubjectStudentProvider = new SqlSTD_SubjectStudentProvider();
     sTD_SubjectStudents = sqlSTD_SubjectStudentProvider.GetDropDownLisAllSTD_SubjectStudent();
     return sTD_SubjectStudents;
 }