コード例 #1
0
 public function deleteNotification($questionId, $type, $userId)
 {
     $this->notificationDao->deleteNotification($questionId, $type, $userId);
 }