Exemple #1
0
 public function markNotificationsSentByIds($idList, $sent = true)
 {
     $this->notificationDao->markSentByIds($idList, $sent);
 }