371372373374375376377
return commandExecutor.execute(new GetAgentUsersCmd(userId)); } public List<Map<String, Object>> getAgentUsersAndCount(String userId) { return commandExecutor.execute(new GetAgentUsersAndCountCmd(userId)); }