root/StructuredWeb/StructuredWeb/Repository/NHibernateDataAccess/SessionConstraint.cs

100107
36
            }
36
            }
37
        }
37
        }
38
38
39
        /// These are the methods that return the physical boolean out of the extension method
40
41
        #region Public Boolean Methods
39
        #region Public Boolean Methods
42
40
43
        /// <summary>
41
        /// <summary>
...
...
94
92
95
        #endregion
93
        #endregion
96
94
97
        /// These are the methods that do the actual lifting
98
99
        #region Private Static Methods
95
        #region Private Static Methods
100
96
101
        /// <summary>
97
        /// <summary>
...
...
135
        }
131
        }
136
132
137
        #endregion
133
        #endregion
134
135
        /// These are the methods that return the physical boolean out of the extension method
136
137
        /// These are the methods that do the actual lifting
138
    }
138
    }
139
}
139
}