8 lines
128 B
C#
8 lines
128 B
C#
|
namespace IwutMail.Model
|
|||
|
{
|
|||
|
public class SecretConfig
|
|||
|
{
|
|||
|
public string HashSalt { get; set; } = null!;
|
|||
|
}
|
|||
|
}
|