[FA-6] Good spot
This commit is contained in:
@@ -19,9 +19,9 @@ public class ChapterReaderDto : BaseDto<uint>
|
||||
public int VolumeOrder { get; init; }
|
||||
public int TotalChaptersInVolume { get; init; }
|
||||
|
||||
// Cross-volume navigation (VolumeId + Order identify a chapter)
|
||||
public uint? PrevChapterVolumeId { get; init; }
|
||||
// Cross-volume navigation (VolumeOrder + ChapterOrder identify a chapter)
|
||||
public int? PrevChapterVolumeOrder { get; init; }
|
||||
public uint? PrevChapterOrder { get; init; }
|
||||
public uint? NextChapterVolumeId { get; init; }
|
||||
public int? NextChapterVolumeOrder { get; init; }
|
||||
public uint? NextChapterOrder { get; init; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user