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