コード例 #1
0
        public static int DeleteNotification(Guid notificationId)
        {
            BusinessObjects _businessObjects = new BusinessObjects();

            return(_businessObjects.DeleteNotification(notificationId));
        }