Added ability to send me information about K+ instance for support.

This commit is contained in:
Joseph Milazzo 2025-04-13 08:19:40 -05:00
parent cc4de12df8
commit d943c66bcf
5 changed files with 76 additions and 32 deletions

View file

@ -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; }
}