예제 #1
0
 public LocalRepairDatabase(string path)
     : base(LocalDatabase.CreateConnection(path), "Repair")
 {
 }
예제 #2
0
 public LocalTestDatabase(string path)
     : base(LocalDatabase.CreateConnection(path), "Test")
 {
 }