Пример #1
0
        public ActionResult OnGetListOfPlanItems(int?planId)
        {
            var lstPlanItems = restSrvc.GetListOfPlanItems(planId);

            return(new JsonResult(lstPlanItems));
        }