namespace SiteManagementSystem_SoftwareEngineering_.Configuration
{
    public class SecretConfig
    {
        public string HashSalt { get; set; } = null!;
    }
}