This commit is contained in:
2023-04-21 22:14:30 +00:00
parent 76ffaa6910
commit 4c603cb648
3 changed files with 12 additions and 9 deletions

View File

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