Ejemplo n.º 1
0
 public TokenController(IUserService userService, IZzAuthenticationService zzAuthenticationService)
 {
     _userService             = userService;
     _zzAuthenticationService = zzAuthenticationService;
 }
Ejemplo n.º 2
0
 public ApiContext(IZzAuthenticationService authenticationService)
 {
     _zzAuthenticationService = authenticationService;
 }