Beispiel #1
0
        public WarzoneClient()
        {
            var httpService = new HttpService();

            _codApiClient          = new CodApiClient(httpService);
            _authenticationHandler = new AuthenticationHandler(_codApiClient);
        }
 public AuthenticationHandler(ICodApiClient codApiClient)
 {
     _codApiClient = codApiClient;
 }