예제 #1
0
파일: PersonList.php 프로젝트: armic/erpts
 function deletePerson($personIDArray)
 {
     $personRecords = new PersonRecords();
     $rows = $personRecords->deleteRecords($personIDArray);
     return $rows;
 }