Beispiel #1
0
 public OdbcDataReader ConsultaLogicaCuentasFiltro(string nombreCuenta)
 {
     return(sn.ConsultaCuentaFiltro(nombreCuenta));
 }