/// <summary> /// 删除角色(删除角色同时删除对应的:用户角色/角色菜单按钮【即权限】) /// </summary> public bool DeleteRole(int id) { return(dal.DeleteRole(id)); }