コード例 #1
0
 public void UpdateEducationExamQuestion(DLModel.EducationExamQuestion educationExamQuestion)
 {
     _educationExamQuestion.UpdateEducationExamQuestion(educationExamQuestion);
 }
コード例 #2
0
 public int AddEducationExamQuestion(DLModel.EducationExamQuestion educationExamQuestion)
 {
     return(_educationExamQuestion.Add(educationExamQuestion).CourseExamID);
 }