Beispiel #1
0
 public void Setup()
 {
     this.database = new InheritanceTestWithOne2OneRelationshipDb(TestPath.GetTempFileName());
     this.database.SetForeignKeysPermissions(true);
 }
Beispiel #2
0
 public void Setup()
 {
     this.database = new InheritanceTestWithOne2OneRelationshipDb(TestPath.GetTempFileName());
     this.database.SetForeignKeysPermissions(true);
 }