376377378379380381382
return commandExecutor.execute(new GetAgentUsersAndCountCmd(userId)); } public List<UserTo> getAgentToUsers(String userId) { return commandExecutor.execute(new GetAgentToUsersCmd(userId)); }