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