Exemple #1
0
 public function markNotificationsViewedByUserId($userId, $viewed = true)
 {
     $this->notificationDao->markViewedByUserId($userId, $viewed);
 }