예제 #1
0
        public List <Reporte_VentaxCobranzaLegalResult> Reporte_VentaCobranzaLegal(int idEmpresa, int codigoUsuario)
        {
            CobranzasBL objCobranzasBL;

            try
            {
                List <Reporte_VentaxCobranzaLegalResult> list = new List <Reporte_VentaxCobranzaLegalResult>();
                objCobranzasBL = new CobranzasBL();
                list           = objCobranzasBL.Reporte_VentaCobranzaLegal(idEmpresa, codigoUsuario);

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