예제 #1
0
 public function getChatConversationIdWithUserById($userId, $opponentId)
 {
     return $this->conversationDao->findChatConversationIdWithUserById($userId, $opponentId);
 }