ASP.NET Core API - Patch method without using JsonPatchDocument

前端 未结 0 1974
别跟我提以往
别跟我提以往 2021-01-17 04:55

Given the following model

public class User
{
    public Guid Id { get; set; }
    public string Name { get; set; }
    public string Address { get; set; }
}
         


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