示例#1
0
 public function findFriendship($userId, $user2Id)
 {
     return $this->friendshipDao->findFriendship($userId, $user2Id);
 }