Esempio n. 1
0
        public ActionResult DeleteRole(int id)
        {
            bool b = RoleInfoService.DeleteRoleById(id);

            return(Content(b.ToString()));
        }