2025-03-15 16:54:20 +03:30

7 lines
116 B
C#

namespace BuildingBlocks.HealthCheck;
public class HealthOptions
{
public bool Enabled { get; set; } = true;
}