Merge branch 'Test_CI' into tests_merging

WORK-KMO2
David D'ALMEIDA 1 year ago
commit 43a2ccc180

@ -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; }
}

@ -14,7 +14,6 @@ using StubAPI;
using StubbedContextLib;
using Swashbuckle.AspNetCore.SwaggerGen;
namespace HeartTrackAPI;
public class AppBootstrap(IConfiguration configuration)

Loading…
Cancel
Save