Ejemplo n.º 1
0
 public OperationApiClient(string host, TokenProvider tokenProvider) : base(host)
 {
     _tokenProvider = tokenProvider;
 }