Updated DTOs

This commit is contained in:
2026-04-21 10:15:09 +02:00
parent 331a48e478
commit 60e0df2b1a
19 changed files with 4 additions and 183 deletions
@@ -4,6 +4,5 @@ public class GetUserChallengeDto
{
public string? ChallengeTitle { get; set; }
public string? ChallengeDescription { get; set; }
public int ChallengeDuration { get; set; }
public DateOnly ChallengeStartDate { get; set; }
}