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

            return(res > 0);
        }