示例#1
0
 public void DeleteChapterById(int id, string userName)
 {
     CreativeService.DeleteChapterById(id, userName);
 }