sharparchitecture / Sharp-Architecture

S#arp Architecture: ASP.NET MVC Best Practices with NHibernate
http://sharparchitecture.github.io/
Other
591 stars 152 forks source link

AutoTransactionHandler: Allow transaction to be closed and re-open in action #212

Closed cd21h closed 4 years ago

cd21h commented 4 years ago

Currently, if transaction was committed by action, AutoTransactionHandler for NHIbernate will fail.

Reintegrate #211