Exemplo n.º 1
0
        public ActionResult GetFormJson(string keyValue)
        {
            var data = protocolbll.GetEntity(keyValue);

            return(ToJsonResult(data));
        }