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