This commit is contained in:
2022-12-22 21:17:03 +00:00
parent 3dda9ae433
commit 2d42058a46
2 changed files with 7 additions and 15 deletions

View File

@@ -31,6 +31,9 @@ namespace Sockeye.Models
public string Wiki { get; set; }
public string CustomFields { get; set; }
public List<string> Tags { get; set; }
//workaround for notification
[NotMapped, JsonIgnore]
public string Name { get; set; }
public Purchase()
{