Aggiunte chiamate api per dati utili

This commit is contained in:
2026-02-12 12:59:46 +01:00
parent 5afe4f4745
commit 06cc41ef8b
8 changed files with 70 additions and 4 deletions

View File

@@ -6,4 +6,6 @@ public interface IIntegrySteupService
{
//Retrieve
Task<List<PuntoVenditaDto>> RetrievePuntiVendita();
Task<List<JtbFasiDto>> RetrieveReparti();
Task<List<StbActivityTypeDto>> RetrieveActivityType();
}