Example #1
0
		public static void AddDeleteNotificationToUser(Guid userID, int notificationID, bool flagAdd)
		{
			CCTLeadProvider provider = new CCTLeadProvider();
			provider.AddDeleteNotificationToUser(userID, notificationID, flagAdd);
		}