Exemplo n.º 1
0
 function deleteMachineriesDepreciation($machineriesDepreciationIDArray)
 {
     $machineriesDepreciationRecords = new MachineriesDepreciationRecords();
     $rows = $machineriesDepreciationRecords->deleteRecords($machineriesDepreciationIDArray);
     return $rows;
 }