Skip to content

Commit 9567482

Browse files
test: update snapshots
1 parent 85aac64 commit 9567482

13 files changed

+43932
-510
lines changed

application/CohortManager/src/Functions/Shared/DataServices.Database/DataServicesContext.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ public class DataServicesContext : DbContext
99
DbSet<LanguageCode> languageCodes { get; set; }
1010
DbSet<CurrentPosting> currentPostings { get; set; }
1111
DbSet<ExcludedSMULookup> excludedSMULookups { get; set; }
12-
DbSet<ParticipantManagement> participantManagements { get; set; }
13-
DbSet<ParticipantDemographic> participantDemographics { get; set; }
12+
public DbSet<ParticipantManagement> ParticipantManagements { get; set; }
13+
public DbSet<ParticipantDemographic> ParticipantDemographics { get; set; }
1414
DbSet<GeneCodeLkp> geneCodeLkps { get; set; }
1515
DbSet<HigherRiskReferralReasonLkp> higherRiskReferralReasonLkps { get; set; }
16-
DbSet<ExceptionManagement> exceptionManagements { get; set; }
17-
DbSet<CohortDistribution> cohortDistributions { get; set; }
16+
public DbSet<ExceptionManagement> ExceptionManagements { get; set; }
17+
public DbSet<CohortDistribution> CohortDistributions { get; set; }
1818
DbSet<BsSelectRequestAudit> bsSelectRequestAudits { get; set; }
1919
DbSet<ScreeningLkp> screeningLkps { get; set; }
2020
DbSet<BsoOrganisation> bsoOrganisations { get; set; }

0 commit comments

Comments
 (0)