public ServiceResult <object> UpdateRole(RoleInfo roleInfo) { RoleAdapter.UpdateRole(roleInfo); return(new ServiceResult <object>(null)); }