Example #1
0
 public Conn()
 {
     Context = new TestDataEntities();
 }
Example #2
0
 public Conn(LoadEntity loadMethod)
 {
     Context    = new TestDataEntities();
     CreateItem = loadMethod;
 }