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