This commit is contained in:
@@ -20,7 +20,6 @@ namespace Sockeye.Models
|
||||
public string Name { get; set; }
|
||||
public string Notes { get; set; }
|
||||
public string Wiki { get; set; }
|
||||
public string CustomFields { get; set; }
|
||||
public List<string> Tags { get; set; }
|
||||
|
||||
public GZCase()
|
||||
|
||||
@@ -29,7 +29,6 @@ namespace Sockeye.Models
|
||||
public DateTime MaintenanceExpire { get; set; }
|
||||
|
||||
public string Wiki { get; set; }
|
||||
public string CustomFields { get; set; }
|
||||
public List<string> Tags { get; set; }
|
||||
|
||||
//workaround for notification
|
||||
|
||||
@@ -21,7 +21,6 @@ namespace Sockeye.Models
|
||||
public string VendorCode { get; set; }
|
||||
public string OurCode { get; set; }
|
||||
public string Wiki { get; set; }
|
||||
public string CustomFields { get; set; }
|
||||
public List<string> Tags { get; set; }
|
||||
|
||||
public Product()
|
||||
|
||||
@@ -35,7 +35,6 @@ namespace Sockeye.Models
|
||||
public string VendorData { get; set; }
|
||||
public DateTime? ProcessedDate { get; set; }
|
||||
public string Wiki { get; set; }
|
||||
public string CustomFields { get; set; }
|
||||
public List<string> Tags { get; set; }
|
||||
//workaround for notification
|
||||
[NotMapped, JsonIgnore]
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user