Ejemplo n.º 1
0
 public int UpdatePreTestQuestion(DLModel.PreTestQuestion preTestQuestion)
 {
     return(_preTestQuestionRepository.Update(preTestQuestion));
 }
Ejemplo n.º 2
0
        // Pre test Question

        #region PreTest
        public int AddPreTestQuestion(DLModel.PreTestQuestion preTestQuestion)
        {
            return(_preTestQuestionRepository.Add(preTestQuestion).PreTestQuestionID);
        }