✅ [EF Core] Why does my database entity have a one-directional FK Connection?
Business entity:
BusinessPromotion entity:
BusinessPromotion BusinessPromotion { get; set; }BusinessPromotion entity:
public Business Business { get; set; }