public GangAuthenticationController(
     IGangAuthenticationService auth
     )
 {
     _auth = auth;
 }
Esempio n. 2
0
 public GangAuthenticationHandler(
     IGangAuthenticationService service)
 {
     _service = service;
 }