Exemplo n.º 1
0
 public CodeTestFactory(DaoTestSupport testSupport_0)
 {
     this.createdObjects = new List <Object>();
     this.testSupport    = testSupport_0;
     SessionFactory      = testSupport_0.SessionFactory;
 }
Exemplo n.º 2
0
 public Anonymous_C0(String hql, DaoTestSupport daoTestSupport)
 {
     this.outer_DaoTestSupport = daoTestSupport;
     this.f_hql = hql;
 }