public static IList <string> FindRoleNormalizedNameByUserId(int userId, Connection connection, MySqlTransaction transaction = null) { using (var dao = new UserRoleDAO(connection)) { return(dao.FindRoleNormalizedNameByUserId(userId, null)); } }