How to split two lists of the same class to different tables in Entity Framework?

后端 未结 0 1859
一生所求
一生所求 2020-12-22 21:49

In my project I have the folowing classes:

public class Dot
{
    public int Id { get; set; }
    public int Value { get; set; }
    // some more information
         


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