381382383384385386387
return commandExecutor.execute(new GetAgentToUsersCmd(userId)); } public List<Map<String, Object>> getAgentToUsersAndCount(String userId) { return commandExecutor.execute(new GetAgentToUsersAndCountCmd(userId)); }