Esempio n. 1
0
 public function removeLike($userId, $entityType, $entityId)
 {
     return $this->likeDao->removeLike($userId, $entityType, $entityId);
 }