Ejemplo n.º 1
0
 /**
  * A getter used to get the balance of each center
  *
  * @return array
  */
 public function getEachCentersBalance()
 {
     return Balance::getEachCentersBalance();
 }