Amss.Boilerplate.Persistence.Impl.TransactionManager.TransactionManager C# (CSharp) Method

TransactionManager() public method

public TransactionManager ( Func getSession ) : System
getSession Func
return System
        public TransactionManager(Func<ISession> getSession)
        {
            Contract.Assert(getSession != null);
            this.GetSession = getSession;
        }