- fix program.cs startup
- fix calcolo dim DB
- fix IOB count
This commit is contained in:
Samuele Locatelli
2026-06-03 18:32:51 +02:00
parent febe1d0132
commit 217836099c
10 changed files with 60 additions and 22 deletions
@@ -67,6 +67,7 @@ namespace MP.Data
// Servizi LAND
services.TryAddSingleton<IMpLandRepository, MpLandRepository>();
services.TryAddSingleton<MpIocController>();
services.TryAddSingleton<SyncService>();
services.TryAddSingleton<TabDataService>();
services.TryAddSingleton<LandDataService>();