This commit is contained in:
2022-12-22 20:59:34 +00:00
parent 47c3574232
commit 3dda9ae433
12 changed files with 1120 additions and 29 deletions

View File

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