Пример #1
0
        public List<Portadores> PesquisarBuscaBL(string valor)
        {
            /*criar as regras de negocio*/
            PortadoresDA portadoresDA = new PortadoresDA();

            return portadoresDA.PesquisarBuscaDA(valor);
        }