예제 #1
0
 public void RemoveChapter(int id)
 {
     _chapterService.RemoveChapter(id);
 }