Ejemplo n.º 1
0
 public void UpdateEducationExamQuestion(DLModel.EducationExamQuestion educationExamQuestion)
 {
     _educationExamQuestion.UpdateEducationExamQuestion(educationExamQuestion);
 }
Ejemplo n.º 2
0
 public int AddEducationExamQuestion(DLModel.EducationExamQuestion educationExamQuestion)
 {
     return(_educationExamQuestion.Add(educationExamQuestion).CourseExamID);
 }