Ejemplo n.º 1
0
 public function findInvitedGroups($userId, $first = null, $count = null)
 {
     return $this->groupDao->findUserInvitedGroups($userId, $first, $count);
 }