コード例 #1
0
 public LaborerController(ILaborerService laborerService)
 {
     _laborerService = laborerService;
 }