fix(Client.DIExtensions): Generischer Typ zur Injektion mehrerer Client-Dienste hinzugefügt

This commit is contained in:
Developer 02
2024-11-25 10:58:45 +01:00
parent ea3d1312b8
commit 52a7664e57
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
using DigitalData.Core.Abstractions.Client;
using Microsoft.Extensions.Options;
using System.Diagnostics.CodeAnalysis;
using System.Net;
using System.Web;