Added ability to send me information about K+ instance for support.
This commit is contained in:
parent
cc4de12df8
commit
d943c66bcf
5 changed files with 76 additions and 32 deletions
|
|
@ -1,11 +0,0 @@
|
|||
using System;
|
||||
|
||||
namespace API.DTOs.Progress;
|
||||
#nullable enable
|
||||
|
||||
public class UpdateUserProgressDto
|
||||
{
|
||||
public int PageNum { get; set; }
|
||||
public DateTime LastModifiedUtc { get; set; }
|
||||
public DateTime CreatedUtc { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue