Exemplo n.º 1
0
 public static STD_ClassSubjectStudent GetSTD_StudentByStudentID(string StudentID)
 {
     STD_ClassSubjectStudent sTD_ClassSubjectStudent = new STD_ClassSubjectStudent();
     SqlSTD_ClassSubjectStudentProvider sqlSTD_ClassSubjectStudentProvider = new SqlSTD_ClassSubjectStudentProvider();
     sTD_ClassSubjectStudent = sqlSTD_ClassSubjectStudentProvider.GetSTD_ClassSubjectStudentByStudentID(StudentID);
     return sTD_ClassSubjectStudent;
 }
Exemplo n.º 2
0
 public static DataSet GetSTD_ClassSubjectStudentByStudentID(string StudentID)
 {
     DataSet sTD_ClassSubjectStudent = new DataSet();
     SqlSTD_ClassSubjectStudentProvider sqlSTD_ClassSubjectStudentProvider = new SqlSTD_ClassSubjectStudentProvider();
     sTD_ClassSubjectStudent = sqlSTD_ClassSubjectStudentProvider.GetSTD_ClassSubjectStudentByStudentID(StudentID,true);
     return sTD_ClassSubjectStudent;
 }