コード例 #1
0
        public bool delete(ReportDTO pt)
        {
            bool re = rpDao.delete(pt);

            return(re);
        }