Example #1
0
        public ExamPaper GetNextPrevQuestion(int pageIndex, int pageSize, int userId)
        {
            QuestionDAL questionDAL = new QuestionDAL();

            return(questionDAL.GetNextPrevQuestion(pageIndex, pageSize, userId));
        }