Пример #1
0
 public void AcknowledgeNotification(int notificationId)
 {
     _databaseQueryService.AcknowledgeNotification(notificationId);
 }