Ejemplo n.º 1
0
 public function getAllRecords()
 {
     $jBom = new JobsBom();
     return $jBom->getAllJobsByAPISourceId(1);
 }