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