This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user