C# Address Model - Concatenate Address1, Address2 etc into a computed field

后端 未结 0 1051
再見小時候
再見小時候 2021-01-12 23:46

I have an address model in my application:

**[Key]**  
public int CustomerAddressId { get; set; }  
public string CompanyName { get; set; }  
public string Ad         


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