Пример #1
0
 public function getWinkConversationIdWithUserById($userId, $opponentId)
 {
     return $this->conversationDao->findWinkConversationIdWithUserById($userId, $opponentId);
 }