Esempio n. 1
0
        public string GetLinuxComment(Int32 RowID)
        {
            string        comment          = string.Empty;
            clsDALReports objclsDALReports = new clsDALReports();

            comment = objclsDALReports.GetLinuxComment(RowID);
            return(comment);
        }