Exemple #1
0
        //public ExamPaper GetAllQuestion(int QuestionCount)
        //{
        //    QuestionDAL topicDAL = new QuestionDAL();
        //    return topicDAL.GetAllQuestion(QuestionCount);
        //}


        public List <QuestionAnswerEntities> GetQuestionWithAnswerByUserID(int UserId)
        {
            QuestionDAL topicDAL = new QuestionDAL();

            return(topicDAL.GetQuestionWithAnswerByUserID(UserId));
        }