将S7后台服务移植到DMS.Infrastructure项目中

This commit is contained in:
2025-07-24 22:03:26 +08:00
parent 35e5033094
commit 58cb05645e
9 changed files with 597 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ public partial class App : System.Windows.Application
services.AddTransient<IDbContext,SqlSugarDbContext>();
services.AddSingleton<DataServices>();
services.AddSingleton<IDeviceDataService, DeviceDataService>();
services.AddSingleton<NavgatorServices>();
//services.AddSingleton<IDialogService, DialogService>();
services.AddSingleton<GrowlNotificationService>();