Posts by user66709 • 53 points
1 post
-
5
votes1
answer239
viewsQ: How to configure Entity Framework Mapping 1:N using inheritance
I have two classes: Pessoa and Usuario. The class Usuario inherits class properties and methods Pessoa. I am using the Entity Framework and I believe is doing the mapping wrong. That’s why the…