Example #1
0
 public int Edit(ExamPaper examPaper)
 {
     return examPaperRepository.Edit(examPaper);
 }