示例#1
0
        public void update(Question question)
        {
            QuestionUpdater updater = new QuestionUpdater(unswerManipalator,
                                                          queryConfigurator);

            updater.update(question);
        }