1
vote
0answers
39 views

Is this model a good management for the pattern UOW / Repository with NHibernate?

Searching on Stack Overflow and Google, I find many and many different implementation but none of that really convinced me, each had some small defect that prevented me from using it. So I tried to ...