Exemplo n.º 1
0
        public static bool AltBuyersInfo(TB_BUYER buyer, int id)
        {
            int res = PersonDao.AltBuyersInfo(buyer, id);

            return(res > 0);
        }