예제 #1
0
        public JsonResult GetPlanbyYear(string year, int ct)
        {
            var list = _planManager.GetPlanListByYear(year, ct);

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