Re-implemented signature page to support different signatures for different actions
This commit is contained in:
@@ -8,6 +8,10 @@ namespace Wino.Core.Domain.Entities
|
||||
[PrimaryKey]
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public string HtmlBody { get; set; }
|
||||
|
||||
public Guid MailAccountId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user