Exemplo n.º 1
0
 private IDbConnection GetDatabaseConnection()
 {
     _dbConnection = database.CreateConnection();
     return(_dbConnection);
 }