Пример #1
0
 public static void ChangeQuestionId(List <ControlConstructScheme> controlConstructSchemes, string oldId, string newId)
 {
     foreach (ControlConstructScheme controlConstructScheme in controlConstructSchemes)
     {
         QuestionConstruct.ChangeQuestionId(controlConstructScheme.QuestionConstructs, oldId, newId);
     }
 }