Ejemplo n.º 1
0
 public function deleteNotificationByPluginKey($pluginKey)
 {
     $this->notificationDao->deleteNotificationByPluginKey($pluginKey);
 }