Updated DTOs
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user