Beispiel #1
0
        /*
         *---------------------->CODIGO PARA CONSULTAS MODULO CLIENTE
         *
         */

        //-----MOSTAR TABLA CLIENTE POKEMON
        public DataTable Cliente_pokemon(string categoria, string tipo)
        {
            return(cn.Cliente_Pokemon(categoria, tipo));
        }