Exemplo n.º 1
0
        public ActionResult GetListTreeNew(string key, string lstId)
        {
            var obj = key != Keyapi ? new List <TreeViewItem>() : _da.GetListTreeNew(lstId, Agencyid());

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