Project
This commit is contained in:
10
HealtRegistry/Services/IHealthService.cs
Normal file
10
HealtRegistry/Services/IHealthService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using HealtRegistry.Models;
|
||||
|
||||
namespace HealtRegistry.Services;
|
||||
|
||||
public interface IHealthService
|
||||
{
|
||||
Dictionary<string, ServiceHealthData> ServiceHealthes { get; }
|
||||
ServiceHealthes GetServiceHealthes();
|
||||
void SetServiceHealth(string serviceName, bool health);
|
||||
}
|
||||
Reference in New Issue
Block a user