forked from MDCPS/DamageAssessment_Backend
		
	Update test case project for UserAccess and SurveyResponse modules. Renaming of SurveyResponses to Responses.
This commit is contained in:
		| @ -1,7 +1,7 @@ | ||||
| using System.ComponentModel.DataAnnotations; | ||||
| using System.ComponentModel.DataAnnotations.Schema; | ||||
|  | ||||
| namespace DamageAssesment.Api.SurveyResponses.Db | ||||
| namespace DamageAssesment.Api.Responses.Db | ||||
| { | ||||
|     public class SurveyResponse | ||||
|     { | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| using Microsoft.EntityFrameworkCore; | ||||
|  | ||||
| namespace DamageAssesment.Api.SurveyResponses.Db | ||||
| namespace DamageAssesment.Api.Responses.Db | ||||
| { | ||||
|     public class SurveyResponseDbContext:DbContext | ||||
|     { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user