2025-03-15 01:39:43 +03:30

7 lines
116 B
C#

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