コード例 #1
0
        public JsonResult Detail(int id)
        {
            SectionManagement objSection = new SectionManagement(SessionCustom, HttpContext);

            return(this.Json(objSection.GetSection(id), JsonRequestBehavior.AllowGet));
        }