public TokenController(IUserService userService, IZzAuthenticationService zzAuthenticationService) { _userService = userService; _zzAuthenticationService = zzAuthenticationService; }
public ApiContext(IZzAuthenticationService authenticationService) { _zzAuthenticationService = authenticationService; }