Ejemplo n.º 1
0
        public string GetComment(Int32 ReportID, string SID, string GroupSID)
        {
            string        comment          = string.Empty;
            clsDALReports objclsDALReports = new clsDALReports();

            comment = objclsDALReports.GetComment(ReportID, SID, GroupSID);
            return(comment);
        }