Ejemplo n.º 1
0
 public ChapterDetailManage(Service.IChapterService service, bool isCustomRange = false)
     : base((novelId) => { return(service.GetChapterCodeRange(novelId)); }, isCustomRange)
 {
 }
Ejemplo n.º 2
0
 public ChapterPreviewManage(Service.IChapterService service, bool isCustomRange = true)
     : base(service, isCustomRange)
 {
 }