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