Exemple #1
0
 public function findNotificationCount($userId, $viewed = null, $exclude = null)
 {
     return $this->notificationDao->findNotificationCount($userId, $viewed, $exclude);
 }