Simple NHibernate Session Manager

One of the more complicated parts of using NHibernate as an ORM, is session management.

Here is a simple session manager for those that don't need to manage multiple session types. NHibernate does all the hard work, managing the sessions and mappings. Full project on Git Hub.

Full project on Git Hub.