예제 #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)