Exemplo n.º 1
0
 public function getCreditBalance()
 {
     $summary = new Summary();
     return $summary->getCreditBalance();
 }