Very messy code that implements read status tracking. Needs major cleanup.
This commit is contained in:
parent
e0d70d16f9
commit
effdf07cef
24 changed files with 2179 additions and 24 deletions
9
API/Data/BookmarkDto.cs
Normal file
9
API/Data/BookmarkDto.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace API.Data
|
||||
{
|
||||
public class BookmarkDto
|
||||
{
|
||||
public int VolumeId { get; init; }
|
||||
public int PageNum { get; init; }
|
||||
public int SeriesId { get; init; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue