Пример #1
0
        ///<summary>
        ///</summary>
        ///<exception cref="ArgumentNullException"></exception>
        public DocumentSessionScope(IDocumentSession session)
        {
            _instance = session;

            Thread.BeginThreadAffinity();
            _head = this;
        }
Пример #2
0
        ///<summary>
        ///</summary>
        ///<exception cref="ArgumentNullException"></exception>
        public DocumentSessionScope(IDocumentSession session)
        {
            _instance = session;

            Thread.BeginThreadAffinity();
            _head = this;
        }