This commit is contained in:
2025-10-20 19:39:17 +08:00
parent 01adc11be7
commit 7ad1b7d5e1
29 changed files with 113 additions and 140 deletions

View File

@@ -15,7 +15,7 @@ public class MqttAliasDataService : IMqttAliasDataService
private readonly IMapper _mapper;
private readonly IAppStorageService _appStorageService;
private readonly IMqttAliasManagementService _mqttAliasManagementService;
private readonly IDataStorageService _dataStorageService;
private readonly IWpfDataService _dataStorageService;
/// <summary>
/// MqttAliasDataService类的构造函数。
@@ -27,7 +27,7 @@ public class MqttAliasDataService : IMqttAliasDataService
public MqttAliasDataService(IMapper mapper,
IAppStorageService appStorageService,
IMqttAliasManagementService mqttAliasManagementService,
IDataStorageService dataStorageService)
IWpfDataService dataStorageService)
{
_mapper = mapper;
_appStorageService = appStorageService;