예제 #1
0
        public JsonResult GetGridData()
        {
            var news = _sportService.GetGridData();

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