예제 #1
0
        public List <gsReporteCobranzas_Poryectadas_Vendedor_DetalleResult> Reporte_CobranzasProyectadasVendedorDetalle(int idEmpresa, int codigoUsuario, int mes, int año, int periodo, int id_zona, string id_sectorista)
        {
            CobranzasBL objCobranzasBL;

            try
            {
                List <gsReporteCobranzas_Poryectadas_Vendedor_DetalleResult> list = new List <gsReporteCobranzas_Poryectadas_Vendedor_DetalleResult>();
                objCobranzasBL = new CobranzasBL();
                list           = objCobranzasBL.Reporte_CobranzasProyectadasVendedorDetalle(idEmpresa, codigoUsuario, mes, año, periodo, id_zona, id_sectorista);

                return(list);
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }