Implemented Email and Hash Service
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace PostFundManagement.Domain.Models.Email;
|
||||
|
||||
public sealed class Attachment
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
|
||||
public Stream? FileStream { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user