using SteUp.Shared.Core.Dto; namespace SteUp.Shared.Core.Data.Contracts; public interface ISteupDataService { Task Init(); List PuntiVenditaList { get; } }