How to load related objects after saving a junction table record by foreign keys only?

后端 未结 0 600
深忆病人
深忆病人 2020-12-16 22:17

I am trying to insert data into a junction table called \'AdditionalCourse\':

public class AdditionalCourse
{
    public int CourseId { get; set; }
    public         


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