Example #1
0
 private int DeleteTRQuestions(ChapterQuestionTR qtr)
 {
     qtr.Remove();
     return(questionTRService.Update(qtr));
 }