Aggiunta selezione negozio
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using SteUp.Shared.Core.Dto;
|
||||
|
||||
namespace SteUp.Shared.Core.Interface.IntegryApi;
|
||||
|
||||
public interface IIntegrySteupService
|
||||
{
|
||||
//Retrieve
|
||||
Task<List<PuntoVenditaDto>> RetrievePuntiVendita();
|
||||
}
|
||||
Reference in New Issue
Block a user