Files
SteUP_Dotnet/SteUp.Shared/Core/Interface/IntegryApi/IIntegryApiService.cs

6 lines
120 B
C#

namespace SteUp.Shared.Core.Interface.IntegryApi;
public interface IIntegryApiService
{
Task<bool> SystemOk();
}