mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-05-31 04:04:19 -04:00
8 lines
158 B
C#
8 lines
158 B
C#
namespace API.DTOs
|
|
{
|
|
public class MarkVolumeReadDto
|
|
{
|
|
public int SeriesId { get; init; }
|
|
public int VolumeId { get; init; }
|
|
}
|
|
} |