This commit is contained in:
2021-06-15 19:19:49 +00:00
parent b37eff40f6
commit 60672230f9
2 changed files with 4 additions and 4 deletions

View File

@@ -73,9 +73,9 @@ namespace AyaNova.Models
public List<string> CustomerAllowNotifyCSRRejectedInTags { get; set; } = new List<string>();
public List<string> CustomerAllowNotifyCSRRejectedOutTags { get; set; } = new List<string>();
public bool CustomerAllowNotifyWorkorderCreated { get; set; }
public List<string> CustomerAllowNotifyWorkorderCreatedInTags { get; set; } = new List<string>();
public List<string> CustomerAllowNotifyWorkorderCreatedOutTags { get; set; } = new List<string>();
public bool CustomerAllowNotifyWOCreated { get; set; }
public List<string> CustomerAllowNotifyWOCreatedInTags { get; set; } = new List<string>();
public List<string> CustomerAllowNotifyWOCreatedOutTags { get; set; } = new List<string>();