Пример #1
0
 public string UpdateChapter(Chapter chapter)
 {
     return(ChapterDS.UpdateChapter(chapter));
 }