Esempio n. 1
0
        public ActionResult UserLookUp()
        {
            StructHelper structHelper = new StructHelper();

            ViewBag.StructTree = structHelper.GetStructTree(true);
            return(View());
        }
Esempio n. 2
0
        public ActionResult AssignUser(string roleId)
        {
            ViewBag.RoleId = roleId;

            StructHelper helper = new StructHelper();

            ViewBag.StructTree = helper.GetStructTree(true);
            return(View());
        }