Exemple #1
0
 public function findNotificationListForSend($userIdList)
 {
     return $this->notificationDao->findNotificationListForSend($userIdList);
 }