Ejemplo n.º 1
0
 public function findByTitle($title)
 {
     return $this->groupDao->findByTitle($title);
 }