More cleanup, handling edge cases, and todos for original creator.
This commit is contained in:
parent
9893c9f473
commit
231db28a5e
7 changed files with 117 additions and 40 deletions
9
API/DTOs/Koreader/KoreaderProgressUpdateDto.cs
Normal file
9
API/DTOs/Koreader/KoreaderProgressUpdateDto.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using System;
|
||||
|
||||
namespace API.DTOs.Koreader;
|
||||
|
||||
public class KoreaderProgressUpdateDto
|
||||
{
|
||||
public string Document { get; set; }
|
||||
public DateTime Timestamp { get; set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue