How to Use The Same Table With Different Entities In EF6

前端 未结 0 901
半阙折子戏
半阙折子戏 2021-01-17 04:00

I have entity DbDropPhoto with navigation property

public class DbDropPhoto
{
    public virtual DbContour Contour { get; set; }
}

public class DbContour
{
          


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