Added and mapped date into dto for all challenges past of user
This commit is contained in:
@@ -5,4 +5,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