Esempio n. 1
0
 public void EditChapter(int id, string newName)
 {
     _chapterService.EditChapter(id, newName);
 }