Beispiel #1
0
 public SQLiteLink(ISQLiteFactory factory)
 {
     _dbConnection = new SQLiteConnection(factory.Platform(), factory.DatabasePath(), true);
 }