Ejemplo n.º 1
0
 public function find_user_by($cpf)
 {
     $user = $this->usuario_dao->find_user_by_cpf($cpf);
     return $user;
 }