Ejemplo n.º 1
0
        public ActionResult DNModule_GetChildByParentId(string key, string code, int id)
        {
            var obj = key != Keyapi ? new List <ModuleItem>() : _da.DNModule_GetChildByParentId(id, Agencyid());

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