Dto
This commit is contained in:
8
StandManager.Domain/DTO/EmailConfig.cs
Normal file
8
StandManager.Domain/DTO/EmailConfig.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace StandManager.Domain.DTO;
|
||||
|
||||
public class EmailConfig
|
||||
{
|
||||
public string From { get; set; }
|
||||
public string ServerAddress { get; set; }
|
||||
public string MailSplitChar { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user