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