示例#1
0
        public int Delete(int serialNum)
        {
            Notifications n = new Notifications();

            return(n.DeleteNotification(serialNum));
        }