Example #1
0
 public void SendSmsNotification(NotificationItem notificationItem)
 {
     _smsNotification.Send(notificationItem);
 }