Copy nested Model object to DTO object using c#

前端 未结 0 1451
無奈伤痛
無奈伤痛 2020-12-08 20:31

I want to copy data object to data transfer object which is nested with the same type.

C#

public class Data
{
    public int Id { get;         


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