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

@@ -26,7 +26,7 @@ namespace DMS.WPF.ViewModels
private readonly IMqttManagementService _mqttManagementService;
private readonly IMqttAliasDataService _mqttAliasDataService;
private readonly IWPFDataService _wpfDataService;
private readonly IDataStorageService _dataStorageService;
private readonly IWpfDataService _dataStorageService;
private readonly INavigationService _navigationService;
/// <summary>
@@ -61,7 +61,7 @@ namespace DMS.WPF.ViewModels
IMqttManagementService mqttManagementService,
IMqttAliasDataService mqttAliasDataService,
IWPFDataService wpfDataService,
IDataStorageService dataStorageService,
IWpfDataService dataStorageService,
INavigationService navigationService)
{
_logger = logger;