コード例 #1
0
ファイル: STD_SubjectStudentManager.cs プロジェクト: anam/mal
 public static bool DeleteSTD_SubjectStudent(int sTD_SubjectStudentID)
 {
     SqlSTD_SubjectStudentProvider sqlSTD_SubjectStudentProvider = new SqlSTD_SubjectStudentProvider();
     return sqlSTD_SubjectStudentProvider.DeleteSTD_SubjectStudent(sTD_SubjectStudentID);
 }