Jeff Dahl
Jeff Dahl
Good to know. Instead of singletons, we could register GoogleAdsConfig and GoogleAdsClient as [transient]( https://learn.microsoft.com/en-us/dotnet/core/extensions/dependency-injection-usage). Would that fit the design better? On Tue, Jan 17, 2023 at 8:31 PM Anash...
Sure, sounds good. Thanks for considering my suggestion. Jeff On Tue, Feb 7, 2023, 8:58 AM Anash P. Oommen ***@***.***> wrote: > @jeffdahl I think @Raibaz > and I need...
Any consideration of adding the two interfaces in PR #540? As explained in the PR, adding these two interfaces will allow a configured `IGoogleAdsClient` to be injected via the DI...