Example #1
0
        public JsonResult GetPIData(string type, string name)
        {
            object m = PatentIS.GetPIData(type, name);

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