Ejemplo n.º 1
0
        public JsonResult GetJudgeFullInfoByFilter(VmJudgeFullInfo filterItem = null)
        {
            var blPerson = new BLPerson();

            var judgeFullInfoList = blPerson.GetJudgeFullInfoByFilter(filterItem).ToList();

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