コード例 #1
0
 public ListWorkerJobsController(IListWorkerJobsService service)
 {
     this.service = service;
 }