예제 #1
0
        public JsonResult Get()
        {
            var result = _sportService.GetSportMenu();

            return(new JsonResult(result));
        }