Пример #1
0
 public void ChangeNotification(Notification oldNotification, Notification newNotification)
 {
     _notificationService.ChangeNotification(oldNotification, newNotification);
 }