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

8 lines
128 B
C#

namespace IwutMail.Model
{
public class SecretConfig
{
public string HashSalt { get; set; } = null!;
}
}