Ejemplo n.º 1
0
 public int UpdateExamQuestion(DLModel.ExamQuestion examQuestion)
 {
     return(_examQuestionRepository.Update(examQuestion));
 }
Ejemplo n.º 2
0
 public int AddExamQuestion(DLModel.ExamQuestion examQuestion)
 {
     return(_examQuestionRepository.Add(examQuestion).ExamQuestionID);
 }