I have the following problem: When I make the Entity Framework add a data in the base, it does, but it does not return the attributes of type loaded Class. For them to load normally, I need to reestablish the solution.
My mapping is correct ... My entity is set to Virtual and the mapping of the class and DTO is correct.
Does anyone have a clue what to do?