Esempio n. 1
0
 private int AddTRQuestions(ChapterQuestionTR qtr)
 {
     qtr.Create();
     return(questionTRService.Insert(qtr));
 }