コード例 #1
0
ファイル: service.php プロジェクト: vazahat/dudex
 public function findNotificationCount($userId, $viewed = null, $exclude = null)
 {
     return $this->notificationDao->findNotificationCount($userId, $viewed, $exclude);
 }