Automapper: Map property name from source to destination

前端 未结 0 421
时光取名叫无心
时光取名叫无心 2020-12-31 14:58

I have a source class like this:

public class SuspenseRequest
{
    public string LineOfBusiness { get; set; }

    public string SuspendedTo { get; set; }

          


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