Exemple #1
0
        private void SetUpNhibernateSession()
        {
            NhibernateSession nhibernateSession = new NhibernateSession();
            nhibernateSession.BuildSession(Guid.NewGuid(), Properties.Settings.Default.erpConnectionString);

            this.NhibernateSession = nhibernateSession;
        }
Exemple #2
0
        private void SetUpNhibernateSession()
        {
            NhibernateSession nhibernateSession = new NhibernateSession();

            nhibernateSession.BuildSession(Guid.NewGuid(), Properties.Settings.Default.erpConnectionString);

            this.NhibernateSession = nhibernateSession;
        }