forked from MDCPS/DamageAssessment_Backend
Update SeedData to be executed when MS launched, Enable other properties in SurveyResponse
This commit is contained in:
@ -24,7 +24,7 @@ namespace DamageAssesment.Api.Questions.Providers
|
||||
SeedData();
|
||||
}
|
||||
|
||||
private void SeedData()
|
||||
public void SeedData()
|
||||
{
|
||||
|
||||
if (!questionDbContext.QuestionsTranslations.Any())
|
||||
|
Reference in New Issue
Block a user