Exemplo n.º 1
0
 public PermitsController(PermitService service)
 {
     _service = service;
 }