Aggiunte chiamate api per dati utili
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
namespace SteUp.Shared.Core.Interface.IntegryApi;
|
||||
using SteUp.Shared.Core.Dto;
|
||||
|
||||
namespace SteUp.Shared.Core.Interface.IntegryApi;
|
||||
|
||||
public interface IIntegryApiService
|
||||
{
|
||||
Task<bool> SystemOk();
|
||||
|
||||
Task<List<StbActivityTyperDto>?> SuggestActivityDescription(string activityTypeId);
|
||||
}
|
||||
@@ -6,4 +6,6 @@ public interface IIntegrySteupService
|
||||
{
|
||||
//Retrieve
|
||||
Task<List<PuntoVenditaDto>> RetrievePuntiVendita();
|
||||
Task<List<JtbFasiDto>> RetrieveReparti();
|
||||
Task<List<StbActivityTypeDto>> RetrieveActivityType();
|
||||
}
|
||||
Reference in New Issue
Block a user