This commit is contained in:
2021-06-29 21:54:59 +00:00
parent 8c170eb9c3
commit ad50aeac4a
3 changed files with 17 additions and 13 deletions

View File

@@ -21,8 +21,8 @@ namespace AyaNova.Models
[NotMapped]
public string ServiceRateViz { get; set; }
//workaround for notification
//workaround for notification
[NotMapped, JsonIgnore]
public List<string> Tags { get; set; } = new List<string>();
[NotMapped, JsonIgnore]