コード例 #1
0
        public ActionResult AutoScheduled(string term)
        {
            IEnumerable <string> list = _repo.GetAllSchedule(term, Convert.ToInt32(Session["UserId"]));

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