Gestito appVersion

This commit is contained in:
2026-02-18 12:12:10 +01:00
parent e7357bd78a
commit 1b36efb176
3 changed files with 14 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ namespace SteUp.Shared.Core.Data.Contracts;
public interface ISteupDataService
{
Task Init();
void RegisterAppVersion();
List<PuntoVenditaDto> PuntiVenditaList { get; }
InspectionPageState InspectionPageState { get; set; }