Exemplo n.º 1
0
        public JsonResult GetFullCol()
        {
            var news = _sportService.GetFullCol();

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