コード例 #1
0
        public bool edit(ReaderDTO dg)
        {
            bool re = dgDal.edit(dg);

            return(re);
        }