forked from MDCPS/DamageAssessment_Backend
Update survey response, adding EmployeeId , Location Id as int, adjust end point for ansers submission in batch
This commit is contained in:
@ -24,7 +24,7 @@ namespace DamageAssesment.Api.SurveyResponses.Test
|
||||
|
||||
public static async Task<Models.SurveyResponse> getSurveyResponseObject()
|
||||
{
|
||||
return new Models.SurveyResponse { EmployeeId = "Emp1", LocationId = "Loc1", SurveyId = 1, Id = 1 };
|
||||
return new Models.SurveyResponse { EmployeeId = 1, LocationId = 1, SurveyId = 1, Id = 1 };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user