示例#1
0
def test_start_job(job_id):
    JobService.start_job(job_id)
示例#2
0
 def start_job(self, job_id):
     return JobService.start_job(job_id)