Example #1
0
        public ResultEntities GetRightAnswerByUserID(int UserId)
        {
            QuestionDAL topicDAL = new QuestionDAL();

            return(topicDAL.GetRightAnswerByUserID(UserId));
        }