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

8 lines
169 B
C#
Raw Normal View History

2024-11-03 11:21:47 +08:00
namespace SiteManagementSystem_SoftwareEngineering_.Configuration
2024-10-30 17:52:22 +08:00
{
public class SecretConfig
{
public string HashSalt { get; set; } = null!;
}
}