forked from MDCPS/DamageAssessment_Backend
Copy from old Repository
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
namespace DamageAssesment.Api.SurveyResponses.Profiles
|
||||
{
|
||||
public class SurveyResponsesProvider : AutoMapper.Profile
|
||||
{
|
||||
public SurveyResponsesProvider()
|
||||
{
|
||||
CreateMap<Models.SurveyResponse, Db.SurveyResponse>();
|
||||
CreateMap<Db.SurveyResponse, Models.SurveyResponse>();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user