Software_Engineering_Field_.../SiteManagementSystem(Softwa.../Configuration/SecretConfig.cs

8 lines
169 B
C#

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