Example #1
0
        public List <ZRN.Empresas.Empresa> GetTodasEmpresas(int paginaAtual, int qtdeRegistros, int idCliente, int idSetor, string expressao = null)
        {
            var empresasRN = new ZRN.Clientes.Clientes();

            return(empresasRN.RetornaTodasEmpresas(paginaAtual, qtdeRegistros, idCliente, idSetor, expressao));
        }