namespace API.DTOs.Reader; public class MarkVolumeReadDto { public int SeriesId { get; init; } public int VolumeId { get; init; } }