1
vote
1answer
164 views
NHibernate mapping trouble
Hello. I have the following object model:
A top-level abstract class Element with many children and descendants.
A class Event.
Each …
