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