コード例 #1
0
        public ActionResult GetCaptions()
        {
            var results = ScheduleData.GetCaptions();

            var jsonResult = SerializeObjectToJson(results);

            return(jsonResult);
        }