AutoMapper: how to use Explicit Expansion inside IMapper.Map()

前端 未结 0 1673
臣服心动
臣服心动 2021-01-25 18:41

Is there any way to use IMapper.Map like this:

IMapper mapper = new Mapper(config);

MemberDTO dto = mapper.Map(member, config, m => m         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题