Ejemplo n.º 1
0
 public function get_sucursales()
 {
     $suc = new sucursal();
     return $suc->all_from_entidad($this->entidad);
 }