コード例 #1
0
 public function setVoluntario(\Entity\Voluntario $voluntario)
 {
     $this->__load();
     return parent::setVoluntario($voluntario);
 }