Exemplo n.º 1
0
        public bool edit(ReportDTO pt)
        {
            bool re = rpDao.edit(pt);

            return(re);
        }