Beispiel #1
0
 public DuckDuckGoServiceFixture WithClient(IDuckDuckGoApiClient client) => this.With(ref _client, client);
 /// <summary>
 /// Initializes a new instance of the <see cref="DuckDuckGoService"/> class.
 /// </summary>
 /// <param name="duckDuckGoApiClient">The duck duck go api.</param>
 public DuckDuckGoService(IDuckDuckGoApiClient duckDuckGoApiClient) =>