Ejemplo n.º 1
0
 public function getAllEntrevistas()
 {
     $query = new Query();
     return $this->query($query->getAllEntrevistas());
 }