예제 #1
0
        public JsonResult LoadChiTietLichSuDangKyLop(int?J_TH_HOPDONG)
        {
            var model = db.SP_APAX_CHITIETLICHSUDANGKY(J_TH_HOPDONG).ToList();

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