✅ Accessing associated records through navigation properties
say I had a class like so (I'm using them with EF Core)
given an instance of
given an instance of
Project, how would I go about getting the related FeedbackRecords, ManufacturingInstructions, ModelPrototypes, and Sketches? Do I have to go through dbContext? or is there a way to go straight through them model itself (kinda like the way Django does it)?