Aggiunta selezione negozio
This commit is contained in:
10
SteUp.Shared/Core/Data/Contracts/ISteupDataService.cs
Normal file
10
SteUp.Shared/Core/Data/Contracts/ISteupDataService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using SteUp.Shared.Core.Dto;
|
||||
|
||||
namespace SteUp.Shared.Core.Data.Contracts;
|
||||
|
||||
public interface ISteupDataService
|
||||
{
|
||||
Task Init();
|
||||
|
||||
List<PuntoVenditaDto> PuntiVenditaList { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user