示例#1
0
 public function findActiveFriendships($first, $count)
 {
     return $this->friendshipDao->findActiveFriendships($first, $count);
 }