What is the best practice for saving complex entity in EF Core?

后端 未结 0 618
予麋鹿
予麋鹿 2020-12-03 06:49

I have the following entities:

public class Request {
    public int Id { get; set; }
    public string Name { get; set; }
    public ICollection

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