示例#1
0
 public virtual Task <IReadOnlyList <IChapter> > GetChaptersAsync(CancellationToken token)
 {
     return(ParentRepositoryInternal.GetChaptersAsync(this, token));
 }
示例#2
0
 public Task <byte[]> GetCoverAsync(CancellationToken token)
 {
     return(ParentRepositoryInternal.GetImageAsync(this, token));
 }