コード例 #1
0
        // teste
        public DataTable PesquisarAnimaldoAtendimento(String ate_animal)
        {
            AtendimentoDAL dalObj = new AtendimentoDAL(conexao);

            dalObj.PesquisarNomeAnimalAtendimento(ate_animal);

            return(dalObj.PesquisarNomeAnimalAtendimento(ate_animal));
        }
コード例 #2
0
        public DataTable PesquisarNomeAnimalAtendimento(String ani_nome)
        {
            AtendimentoDAL dalObj = new AtendimentoDAL(conexao);

            dalObj.PesquisarNomeAnimalAtendimento(ani_nome);

            return(dalObj.PesquisarNomeAnimalAtendimento(ani_nome));
        }