Search Results

1
vote
1answer
158 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 …