Ejemplo n.º 1
0
    public DataSet GetRecoveryStatRep_1009(string BC, string RDiv, string RCode, string MM, string YY)
    {
        DataSet ds1 = new DataSet();

        try
        {
            RS.BRCD    = BC;
            RS.RECCODE = RCode;
            RS.RECDIV  = RDiv;
            RS.ASONDT  = ASONDT;
            RS.MM      = MM;
            RS.YY      = YY;
            RS.FL      = FL;
            DT1        = RS.FnBL_GetRecoveryStatRep_1009(RS);
            ds1.Tables.Add(DT1);
        }
        catch (Exception Ex)
        {
            ExceptionLogging.SendErrorToText(Ex);
        }
        return(ds1);
    }