Hey everyone, I have a quick question. I'm reading through the EF documentation rn because I need to do seeding on my project. It got me a little confused... I have a many to many relationship between a class Person and Film, and I need to do their relation in the objects I'm creating through seeding, but I got a little lost on how to do it because all examples change a part of my code that is needed to create the relation between these objects in the first place (on first image). Is anyone familiar with this to help me?
Code Example that changed stuff is on the 2nd pic.
If I follow this examples, will the relationships remain the same (and working)?