6 lines
120 B
C#
6 lines
120 B
C#
namespace SteUp.Shared.Core.Interface.IntegryApi;
|
|
|
|
public interface IIntegryApiService
|
|
{
|
|
Task<bool> SystemOk();
|
|
} |