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);
|
||||
}
|
||||
Reference in New Issue
Block a user