コード例 #1
0
        public bool edit(ManagerDTO pt)
        {
            bool re = mngDao.edit(pt);

            return(re);
        }