@@ -0,0 +1,8 @@
|
||||
namespace Api.Models.Settings
|
||||
{
|
||||
public sealed class ContactSettings
|
||||
{
|
||||
public string ToEmail { get; set; } = "";
|
||||
public string SubjectPrefix { get; set; } = "[Contact]";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user