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