Exemplo n.º 1
0
    public DataTable ConsultarInformacionAnteriorPagosReversion(double ter_Id, DateTime fecha, double pro_Id)
    {
        DAOPagos  objPagos = new DAOPagos();
        DataTable dtConsultarInformacionAnteriorPagosReversion = new DataTable();

        dtConsultarInformacionAnteriorPagosReversion = objPagos.ConsultarInformacionAnteriorPagosReversion(ter_Id, fecha, pro_Id);
        return(dtConsultarInformacionAnteriorPagosReversion);
    }