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