Example #1
0
        public int Del(int id)
        {
            int count = PC_info_BLL.Del(id);

            return(count);
        }