Esempio n. 1
0
        public List <QuestionEntities> GetQuestionPageWise(int pageIndex, ref int recordCount, int length)
        {
            QuestionDAL topicDAL = new QuestionDAL();

            return(topicDAL.GetQuestionPageWise(pageIndex, ref recordCount, length));
        }