Esempio n. 1
0
        public DataTable RetornarDadosVendasBackoffice(string sDataInicial, string sDataFinal, string sIDCampanhas, int iIDUsuario, string sIDAuditoria, string sCamposVenda, string sCamposProspectFixo,
                                                       string sCamposProspectExtra, string sTelefone1, string sNome, string sCPF_CNPJ, string sCampoDadosVenda, string sTextoDadosVenda, int iIDOperadorAuditoria)
        {
            relatorioBLL BRelatorio = new relatorioBLL();

            return(BRelatorio.RetornarDadosVendasBackoffice(sDataInicial, sDataFinal, sIDCampanhas, iIDUsuario, sIDAuditoria, sCamposVenda, sCamposProspectFixo, sCamposProspectExtra, sTelefone1, sNome, sCPF_CNPJ, sCampoDadosVenda, sTextoDadosVenda, iIDOperadorAuditoria));
        }