Exemplo n.º 1
0
 public NPoco.Database GetConnection()
 {
     return(new NPoco.Database(_database.GetConnection(), DatabaseType.SQLite));
 }
Exemplo n.º 2
0
 public DbConnection GetConnection()
 {
     return(_database.GetConnection());
 }