Tagged Questions
7
votes
4answers
2k views
how to add event listener via fluent nhibernate?
I want to add an event listener (IPreUpdateEventListener) to add NH but I can't seem to find an example when using a fluent configuration.
I want to be able to add the listener when I create the ...