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

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