Exemplo n.º 1
0
 function getMachineriesDepreciationCount()
 {
     $machineriesDepreciationRecords = new MachineriesDepreciationRecords();
     return $machineriesDepreciationRecords->countRecords();
 }