Exemplo n.º 1
0
 /**
  * @param	Pacientefacturacion $pacientefacturacion The pacientefacturacion object to add.
  */
 protected function doAddPacientefacturacion($pacientefacturacion)
 {
     $this->collPacientefacturacions[] = $pacientefacturacion;
     $pacientefacturacion->setPaciente($this);
 }