예제 #1
0
 public void UpdateEducationPreTestQuestion(DLModel.EducationPreTestQuestion educationPreTestQuestion)
 {
     _educationPreTestQuestion.UpdateEducationPreTestQuestion(educationPreTestQuestion);
 }
예제 #2
0
 public int AddEducationPreTestQuestion(DLModel.EducationPreTestQuestion educationPreTestQuestion)
 {
     return(_educationPreTestQuestion.Add(educationPreTestQuestion).CoursePreTestID);
 }