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

@@ -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()
{