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