Exemplo n.º 1
0
        //public void UpdateDBComment(string comment, string scope, string strQuarter, int AppID, string ApproverAdid, Int32 ReportID, string UserNm, string reportType, string strDBnm)
        //{
        //    try
        //    {
        //        clsDALReports objclsDALReports = new clsDALReports();
        //        objclsDALReports.UpdateDBComment(comment, scope, strQuarter, AppID, ApproverAdid, ReportID, UserNm, reportType, strDBnm);

        //    }
        //    catch (Exception ex)
        //    {
        //        throw ex;
        //    }
        //}

        public void UpdateDBComment(string comment, string scope, string strQuarter, int AppID, string ApproverAdid, Int32 ReportID, string UserNm, string reportType, string strDBnm, string strDBUser_ID)
        {
            try
            {
                clsDALReports objclsDALReports = new clsDALReports();
                objclsDALReports.UpdateDBComment(comment, scope, strQuarter, AppID, ApproverAdid, ReportID, UserNm, reportType, strDBnm, strDBUser_ID);
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }