This commit is contained in:
2022-12-23 00:04:47 +00:00
parent 5da208d0ee
commit 009781e95a
6 changed files with 115 additions and 5 deletions

View File

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