Exemplo n.º 1
0
 public void ChapterInsert(Voodoo.Model.BookChapter chapter, string Content)
 {
     base.Channel.ChapterInsert(chapter, Content);
 }
Exemplo n.º 2
0
 public void ChapterUpdate(Voodoo.Model.BookChapter chapter, string Content)
 {
     base.Channel.ChapterUpdate(chapter, Content);
 }
Exemplo n.º 3
0
 public string GetChapterText(Voodoo.Model.BookChapter chapter)
 {
     return(base.Channel.GetChapterText(chapter));
 }