コード例 #1
0
ファイル: ChapterService.cs プロジェクト: YoraApps/GKLAPI_V2
 public string UpdateChapter(Chapter chapter)
 {
     return(ChapterDS.UpdateChapter(chapter));
 }
コード例 #2
0
ファイル: ChapterService.cs プロジェクト: YoraApps/GKLAPI_V2
 public List <Chapter> GetChapter()
 {
     return(ChapterDS.GetAllChapter());
 }