Ejemplo n.º 1
0
        public List <EntTesteCadastro> Consultar(string nome)
        {
            boTesteCadastro = new TesteCadastroBO();
            EntTesteCadastro cliente = new EntTesteCadastro();

            cliente.Nome = nome;
            return(boTesteCadastro.BuscarCliente(cliente));
        }
Ejemplo n.º 2
0
        public List <EntTesteCadastro> Consultar(string nome)
        {
            boTesteCadastro = new TesteCadastroBO();
            EntTesteCadastro empresa = new EntTesteCadastro();

            empresa.Nome = nome;
            return(boTesteCadastro.BuscarCliente(empresa));
        }