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

8 lines
128 B
C#
Raw Normal View History

2024-10-30 17:52:22 +08:00
namespace IwutMail.Model
{
public class SecretConfig
{
public string HashSalt { get; set; } = null!;
}
}