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