Exemple #1
0
 /**
  * Retorna as contas em aberto
  */
 public function getContasEmAberto()
 {
     return Conta::getByPessoa($this->id);
 }