This commit is contained in:
@@ -28,6 +28,14 @@ namespace Sockeye.Models
|
||||
public DateTime FetchedOn { get; set; }
|
||||
public bool Perpetual { get; set; } = false;
|
||||
|
||||
|
||||
public List<string> Tags { get; set; }
|
||||
|
||||
//workaround for notification
|
||||
[NotMapped, JsonIgnore]
|
||||
public string Name { get; set; }
|
||||
|
||||
|
||||
public TrialLicenseRequest()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user