Exemple #1
0
        public int InsertNotification(Notification notification)
        {
            int returnValue = _dataAccessObjects.InsertNotification(notification.NotificationId, notification.OrderId,
                                                                    notification.NotificationMessage, (int)notification.NotificationType);

            return(returnValue);
        }