3 lines
105 B
C#
3 lines
105 B
C#
namespace HealtRegistry.Models;
|
|
|
|
public record ServiceConfiguration(bool DefaultValue, TimeSpan Timeout); |