예제 #1
0
 public NHibernateTestScope()
 {
     Scope = NHibernateDb.GetNewScope();
 }
예제 #2
0
 public NHibernateSpecflowScope()
 {
     Scope = NHibernateDb.GetNewScope();
     ScenarioContextWrapper.CurrentScope = Scope;
 }