How to configure one-to-one relationship in EF Core with FK on both ends

后端 未结 0 441
南方客
南方客 2021-01-20 23:53

I have following entities:

public class Subscription
{
    public int Id { get; set; }

    public int? BillingContractId { get; set; }
    public BillingContract         


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