6 lines
113 B
C#

namespace active_allocator.Helpers;
public class AppSettings
{
public required string Secret { get; set; }
}