Aggiunte chiamate api per dati utili
This commit is contained in:
@@ -19,7 +19,11 @@ public class SteupDataService(
|
||||
if (!await userSession.IsLoggedIn()) return;
|
||||
|
||||
PuntiVenditaList = await integrySteupService.RetrievePuntiVendita();
|
||||
Reparti = await integrySteupService.RetrieveReparti();
|
||||
TipiAttività = await integrySteupService.RetrieveActivityType();
|
||||
}
|
||||
|
||||
public List<PuntoVenditaDto> PuntiVenditaList { get; private set; } = [];
|
||||
public List<JtbFasiDto> Reparti { get; private set; } = [];
|
||||
public List<StbActivityTypeDto> TipiAttività { get; private set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user