コード例 #1
0
ファイル: PersonMgr.cs プロジェクト: ladyzhu12138/Janess
        public static bool AltPwd(TB_BUYER buyer, int id)
        {
            int res = PersonDao.AltPwd(buyer, id);

            return(res > 0);
        }