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