예제 #1
0
        // Pre test Question

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