Beispiel #1
0
        public ActionResult GetAllService(int?identityCode)
        {
            var data = _iCommonManager.GetAllService(identityCode);

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