Exemplo n.º 1
0
 public AuthorisationController(IDeputyApiService service)
 {
     this.service = service;
 }
Exemplo n.º 2
0
 public DeputyController(IDeputyApiService service)
 {
     this.service = service;
 }