forked from MDCPS/DamageAssessment_Backend
		
	Fix for Data seed issue,Url Correction for SurveyResponses
This commit is contained in:
		| @ -21,10 +21,10 @@ namespace DamageAssesment.Api.Questions.Providers | ||||
|             this.questionDbContext = questionDbContext; | ||||
|             this.logger = logger; | ||||
|             this.mapper = mapper; | ||||
|             SeedData(); | ||||
|            // SeedData(); | ||||
|         } | ||||
|  | ||||
|         private void SeedData() | ||||
|         public void SeedData() | ||||
|         { | ||||
|  | ||||
|             if (!questionDbContext.QuestionsTranslations.Any()) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user