Implemented Email and Hash Service
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace PostFundManagement.Domain.Models.Email;
|
||||
|
||||
public sealed class BodyProperties
|
||||
{
|
||||
public bool IsHtml { get; set; }
|
||||
|
||||
public bool HasAttachments { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user