removeRefusedChoice method
- Choice choice
Supprime un choix de la liste des choix refusés.
Implementation
void removeRefusedChoice(Choice choice) {
refused.remove(choice);
}
Supprime un choix de la liste des choix refusés.
void removeRefusedChoice(Choice choice) {
refused.remove(choice);
}