...
This commit is contained in:
18
Hushian.Application/MappingProfile.cs
Normal file
18
Hushian.Application/MappingProfile.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using AutoMapper;
|
||||
using Common.Dtos.Company;
|
||||
using Hushian.Domain.Entites;
|
||||
|
||||
|
||||
|
||||
namespace Hushian.Application
|
||||
{
|
||||
public class MappingProfile : Profile
|
||||
{
|
||||
|
||||
public MappingProfile(/*IUserService userService*/)
|
||||
{
|
||||
CreateMap<ReadANDUpdate_CompanyDto, Company>().ReverseMap(); ;
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user