예제 #1
0
파일: remove.php 프로젝트: alcf/chms
 protected function DeletePerson()
 {
     $this->objHousehold->UnassociatePerson($this->objPersonToRemove);
     $this->objPersonToRemove->Delete();
     $this->RedirectToViewPage();
 }