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