Exemplo n.º 1
0
 public LaborerController(ILaborerService laborerService)
 {
     _laborerService = laborerService;
 }