We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffb196 commit d241a1dCopy full SHA for d241a1d
src/Presentation/PortaleFatture.BE.Api/Infrastructure/ConfigurationExtensions.cs
@@ -268,6 +268,7 @@ private static IServiceCollection AddInfrastructure(
268
services.AddSingleton<ISelfCareOnBoardingHttpClient, SelfCareOnBoardingHttpClient>();
269
//services.AddSingleton<ISelfCareOnBoardingHttpClient, MockSelfCareOnBoardingHttpClient>();
270
//services.AddSingleton<ISupportAPIServiceHttpClient, MockSupportAPIServiceHttpClient>();
271
+ //
272
services.AddSingleton<ISupportAPIServiceHttpClient, SupportAPIServiceHttpClient>();
273
services.AddSingleton<IMicrosoftGraphHttpClient, MicrosoftGraphHttpClient>();
274
0 commit comments