Posts by Márcio Abrantes • 26 points
1 post
-
1
votes1
answer57
viewsA: Relation between entities returns null
Because it is a virtual parameter and the abstract class may be affecting its result. Remove Abstract from class. When you have virtual, if you are working with Entity, you can use…