I have a web service api where a query is made to the database through nhibernate, but when returning the object, its referenced properties are overwritten, I believe it's because of the nhibernate proxy.
HowcanIbedoingtofixthisproblem?
FollowtheclassesPersonClinicaandthenPerson: