예제 #1
0
        public JsonResult Get_HocSinh()
        {
            var model = db.BAOCAO_APAX_DS_HOCSINH().ToList();
            var json  = Json(model, JsonRequestBehavior.AllowGet);

            json.MaxJsonLength = int.MaxValue;
            return(json);
        }