Kavita/API/DTOs/MarkReadDto.cs

7 lines
109 B
C#

namespace API.DTOs
{
public class MarkReadDto
{
public int SeriesId { get; init; }
}
}