Beispiel #1
0
 public int InsertNotification(Guid?notificationId, Guid orderId, string message, int notificationTypeId)
 {
     return(NotificationData.Insert(notificationId, message, orderId, notificationTypeId, false));
 }