mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-06-01 20:54:12 -04:00
7 lines
122 B
C#
7 lines
122 B
C#
namespace API.DTOs.Reader;
|
|
|
|
public sealed record RemoveBookmarkForSeriesDto
|
|
{
|
|
public int SeriesId { get; init; }
|
|
}
|