Example #1
0
 private int ModifyTRQuestions(ChapterQuestionTR qtr)
 {
     qtr.Modify(qtr.ID);
     return(questionTRService.Update(qtr));
 }