Ejemplo n.º 1
0
 public string UpdateChapter(Chapter chapter)
 {
     return(ChapterDS.UpdateChapter(chapter));
 }
Ejemplo n.º 2
0
 public List <Chapter> GetChapter()
 {
     return(ChapterDS.GetAllChapter());
 }