示例#1
0
        public JsonResult GetTopicWiseComment(long TopicId, long SchoolId)
        {
            ClassTeacher classteacher             = new ClassTeacher();
            ResultInfo <ClassTeacherForum> result = classteacher.GetTopicWiseComment(TopicId, SchoolId);

            return(Json(result, JsonRequestBehavior.AllowGet));
        }