Exemple #1
0
 public function deleteNotification($entityType, $entityId, $userId)
 {
     $this->notificationDao->deleteNotification($entityType, $entityId, $userId);
 }