コード例 #1
0
 public void RemoveTopic(int id)
 {
     _chapterService.RemoveTopic(id);
 }