push reminders
continuous-integration/drone/push Build is passing Details

Test_CI
David D'ALMEIDA 1 year ago
parent 2b210c31f7
commit 3f59f5fb81

@ -12,9 +12,11 @@ public class DataSourceDto
public float Precision { get; set; }
[JsonIgnore]
// [TODO] [Dave] Add a property to store the athletes and the activities so maybe adapt to have a tiny DTO
[JsonIgnore]
public IEnumerable<UserDto>? Athletes { get; set; }
// [TODO] [Dave] Add a property to store the athletes and the activities so maybe adapt to have a tiny DTO
[JsonIgnore]
public IEnumerable<ActivityDto>? Activities { get; set; }
}
Loading…
Cancel
Save