Employee uri to employee

This commit is contained in:
Santhosh S
2023-10-04 00:07:33 -04:00
parent 8e31691044
commit fa0ec795c1
5 changed files with 101 additions and 14 deletions

View File

@ -31,7 +31,7 @@ namespace DamageAssesment.Api.SurveyResponses.Providers
this.questionServiceProvider = questionServiceProvider;
this.surveyServiceProvider = surveyServiceProvider;
this.mapper = mapper;
// seedData();
seedData();
}
private void seedData()