forked from MDCPS/DamageAssessment_Backend
Db context changes for auto insertion
This commit is contained in:
@ -43,9 +43,9 @@ namespace DamageAssesment.Api.Answers.Test
|
||||
return (false, list, null);
|
||||
}
|
||||
|
||||
public static async Task<Answers.Db.Answer> getInputAnswerData()
|
||||
public static async Task<Answers.Models.Answer> getInputAnswerData()
|
||||
{
|
||||
return new Answers.Db.Answer { Id = 1, AnswerText = "Yes", Comment = "", QuestionId = 1, SurveyResponseId = 1 };
|
||||
return new Answers.Models.Answer { Id = 1, AnswerText = "Yes", Comment = "", QuestionId = 1, SurveyResponseId = 1 };
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user