Ejemplo n.º 1
0
 private static IDbConnection getNewConnection(IDictionary <string, string> props)
 {
     return(ConnectionFactory.getInstance().createConnection(props));
 }