This commit is contained in:
2022-12-22 23:33:42 +00:00
parent e055ad4a68
commit ef1cfd8fac
10 changed files with 7 additions and 37 deletions

View File

@@ -33,7 +33,6 @@ namespace Sockeye.Models
public long? CustomerId { get; set; }
public long? LicenseId { get; set; }
public string Wiki { get; set; }
public string CustomFields { get; set; }
public List<string> Tags { get; set; }