예제 #1
0
 public DbMigrator(string storageLocation)
 {
     this.factory = new SQLiteConnectionFactory(storageLocation);
 }
예제 #2
0
 public DbMigrator()
 {
     this.factory = new SQLiteConnectionFactory();
 }