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