mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-12-03 03:35:07 -05:00
7 lines
109 B
C#
7 lines
109 B
C#
namespace API.DTOs
|
|
{
|
|
public class MarkReadDto
|
|
{
|
|
public int SeriesId { get; init; }
|
|
}
|
|
} |