Migliorata sincronizzazione dei dati

This commit is contained in:
2025-09-03 17:26:55 +02:00
parent 374b99501e
commit 8508820350
6 changed files with 107 additions and 60 deletions

View File

@@ -37,7 +37,6 @@ public class ManageDataService(
ReturnPersRif = !whereCond.OnlyContact
}
);
_ = UpdateDbUsers(response);
clienti = response.AnagClie ?? [];
}
@@ -69,7 +68,6 @@ public class ManageDataService(
ReturnPersRif = !whereCond.OnlyContact
}
);
_ = UpdateDbUsers(response);
prospect = response.PtbPros ?? [];
}