ASP.Net Core, Create Model with Complex Data Type Property

后端 未结 0 1087
生来不讨喜
生来不讨喜 2021-01-29 15:43

In Asp.Net Core, I have created the below models:

[Keyless]
public class NameSet
{
    public string FirstName { get; set; }
    public string MiddleName { get; s         


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