Esempio n. 1
0
        public ActionResult GetRolesForDept(string deptcode)
        {
            var units_ = LINQCalls.getRolesAsJSON(deptcode);

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