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