I'm trying to make entity
map two classes to the same table this is possible?
Scenario:
My identity
is decoupled (Eduardo Pires' tuto) from my domain and from the presentation layer on the domain layer I have a usuario
class that I would like to represent the AspNetUsers
table, but when I refer to class% I have the following error:
usuario
I've circled anyway, but I was not successful, can anyone give a light?