Skip to content

Commit 4be076b

Browse files
committed
specify
1 parent e53df9c commit 4be076b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rdmp.Core/EntityFramework/RDMPDbContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
108108
});
109109
}
110110

111-
public CohortAggregateContainer GetParent(AggregateConfiguration aggregateConfiguration)
111+
public Curation.Data.Cohort.CohortAggregateContainer GetParent(AggregateConfiguration aggregateConfiguration)
112112
{
113113
throw new NotImplementedException();
114114
}

0 commit comments

Comments
 (0)