How to patch using JsonPatchDocument on DTO with multiple tables

前端 未结 0 334
死守一世寂寞
死守一世寂寞 2020-12-31 01:31

I\'m using ASP .Net Core. I have a DTO with 3 models of table from DB Scaffolding.

public class StudentDTO
{
   public int StudentId { get; set; }
   public S         


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