Posts by Willian • 19 points
1 post
-
1
votes1
answer1228
viewsQ: Relationship 1 - N Entity Framework
I’m developing a test project and I’m having a problem with 1-N relationship with the Entity. Model Cab_venda: public Cab_Venda() { Det_Venda = new HashSet < Det_Venda > (); } public int id {…