Exemple #1
0
 public function markNotificationsViewedByIds($idList, $viewed = true)
 {
     $this->notificationDao->markViewedByIds($idList, $viewed);
 }