예제 #1
0
        public string GetDBComment(Int32 ReportID, string UserNm, string strRepType)
        {
            string        comment          = string.Empty;
            clsDALReports objclsDALReports = new clsDALReports();

            comment = objclsDALReports.GetDBComment(ReportID, UserNm, strRepType);
            return(comment);
        }