Generic method for managing related entities in Entity Framework Core

后端 未结 0 1310
后悔当初
后悔当初 2021-01-26 07:37

I have a Entity Framework Core solution in which I have plenty of many-to-many relations like this:

public class Case
    {
        public int CaseId { get; set;          


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