Exemplo n.º 1
0
 public function addNgTestApplicant(NgTestApplicant $l)
 {
     $this->collNgTestApplicants[] = $l;
     $l->setNgStatusApplicant($this);
 }