We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53df9c commit 4be076bCopy full SHA for 4be076b
Rdmp.Core/EntityFramework/RDMPDbContext.cs
@@ -108,7 +108,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
108
});
109
}
110
111
- public CohortAggregateContainer GetParent(AggregateConfiguration aggregateConfiguration)
+ public Curation.Data.Cohort.CohortAggregateContainer GetParent(AggregateConfiguration aggregateConfiguration)
112
{
113
throw new NotImplementedException();
114
0 commit comments