Esempio n. 1
0
 public function findFriendsFeedCount($startStamp, $userId)
 {
     return $this->questionDao->findFriendsFeedCount($startStamp, $userId);
 }