fix chore

This commit is contained in:
2025-12-04 03:08:29 +08:00
parent c6a95fa28d
commit 4e2bb49e86
100 changed files with 641 additions and 59800 deletions

View File

@@ -28,7 +28,6 @@ namespace Atomx.Admin.Client.Services
public class LocalizationClientService : ILocalizationService, IAsyncDisposable
{
private readonly HttpService _httpService;
private readonly HttpClient _httpClient;
private readonly IJSRuntime _jsRuntime;
private readonly ILogger<LocalizationClientService> _logger;
@@ -40,12 +39,10 @@ namespace Atomx.Admin.Client.Services
public LocalizationClientService(
HttpService httpService,
HttpClient httpClient,
IJSRuntime jsRuntime,
ILogger<LocalizationClientService> logger)
{
_httpService = httpService;
_httpClient = httpClient;
_jsRuntime = jsRuntime;
_logger = logger;
}