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

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