public void UpdateEducationExamQuestion(DLModel.EducationExamQuestion educationExamQuestion) { _educationExamQuestion.UpdateEducationExamQuestion(educationExamQuestion); }
public int AddEducationExamQuestion(DLModel.EducationExamQuestion educationExamQuestion) { return(_educationExamQuestion.Add(educationExamQuestion).CourseExamID); }