Implemented ability to mark a series as Read/Unread.
This commit is contained in:
parent
90318e8e78
commit
83b9394b17
6 changed files with 100 additions and 11 deletions
7
API/DTOs/MarkReadDto.cs
Normal file
7
API/DTOs/MarkReadDto.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace API.DTOs
|
||||
{
|
||||
public class MarkReadDto
|
||||
{
|
||||
public int SeriesId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue