fix chore
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user