This commit is contained in:
2023-04-21 22:22:11 +00:00
parent 4c603cb648
commit 9d2a9af98a
2 changed files with 15 additions and 14 deletions

View File

@@ -43,6 +43,8 @@ namespace Sockeye.Models
public string CustomerViz { get; set; }
[NotMapped]
public string CustomerEmailViz { get; set; }
[NotMapped]
public string SubscriptionEmailViz { get; set; }
public List<string> Tags { get; set; } = new List<string>();